From b98c6be8ca84939a1e4458a4c85f1d2fdd6d98ab Mon Sep 17 00:00:00 2001 From: WaLyong Cho Date: Thu, 10 Nov 2016 15:47:32 +0900 Subject: libsystem: remove mnt_is_mounted() from proc group Change-Id: I9e5209fe0b1d4a3165f4c91d10336765c56aa488 Signed-off-by: WaLyong Cho --- src/libsystem/libsystem.h | 6 +++--- 1 file 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 -- cgit v1.2.3