summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaLyong Cho <walyong.cho@samsung.com>2016-11-10 15:47:32 +0900
committerWaLyong Cho <walyong.cho@samsung.com>2016-11-10 15:47:34 +0900
commitb98c6be8ca84939a1e4458a4c85f1d2fdd6d98ab (patch)
tree60e1d2dce1ff89464f5347fd69bdb9e6d7affcdb
parent635f4ca56ac904fe89694782f8ee88de708ba740 (diff)
downloadlibsystem-b98c6be8ca84939a1e4458a4c85f1d2fdd6d98ab.tar.gz
libsystem-b98c6be8ca84939a1e4458a4c85f1d2fdd6d98ab.tar.bz2
libsystem-b98c6be8ca84939a1e4458a4c85f1d2fdd6d98ab.zip
libsystem: remove mnt_is_mounted() from proc group
Change-Id: I9e5209fe0b1d4a3165f4c91d10336765c56aa488 Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
-rw-r--r--src/libsystem/libsystem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libsystem/libsystem.h b/src/libsystem/libsystem.h
index 096b849..3dc571e 100644
--- a/src/libsystem/libsystem.h
+++ b/src/libsystem/libsystem.h
@@ -769,6 +769,9 @@ ssize_t cmdline_get_str(char **buf, const char *op);
* -errno is returned on failure.
*/
int pid_of(const char *pname);
+/**
+ * @}
+ */
/**
* @brief Check mount entry. Multiple matches of conditoin are able to
@@ -797,9 +800,6 @@ if (is_mounted("cgroup", "/sys/fs/cgroup", "cgroup2", NULL))
* @return true if matched mount entry found, otherwise false.
*/
bool mnt_is_mounted(const char *fsname, const char *dir, const char *type, const char *opts);
-/**
- * @}
- */
/**
* @defgroup EXEC_GROUP exec group