libsystem: remove mnt_is_mounted() from proc group
authorWaLyong Cho <walyong.cho@samsung.com>
Thu, 10 Nov 2016 06:47:32 +0000 (15:47 +0900)
committerWaLyong Cho <walyong.cho@samsung.com>
Thu, 10 Nov 2016 06:47:34 +0000 (15:47 +0900)
Change-Id: I9e5209fe0b1d4a3165f4c91d10336765c56aa488
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
src/libsystem/libsystem.h

index 096b849..3dc571e 100644 (file)
@@ -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