summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/getgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/getgid.c')
-rw-r--r--cpukit/libcsupport/src/getgid.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/getgid.c b/cpukit/libcsupport/src/getgid.c
index 3e38dde0ef..cb8e7e97fc 100644
--- a/cpukit/libcsupport/src/getgid.c
+++ b/cpukit/libcsupport/src/getgid.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Get Real User, Effective User, Ral Group, and Effective Group IDs
+ * @ingroup libcsupport
+ */
+
#if HAVE_CONFIG_H
#include "config.h"
#endif
@@ -5,7 +12,7 @@
#include <unistd.h>
#include <rtems/userenv.h>
-/*
+/**
* 4.2.1 Get Real User, Effective User, Ral Group, and Effective Group IDs,
* P1003.1b-1993, p. 84
*/