summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/getegid.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-01 15:37:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-01 15:37:48 +0000
commite72bc2981d2e022442e474fe412a5cfaf7faef78 (patch)
treef9a4ae7a4451c4896fb039b39033aa012e9e1bba /cpukit/libcsupport/src/getegid.c
parent2010-07-01 Jennifer Averett <Jennifer.Averett@OARcorp.com> (diff)
downloadrtems-e72bc2981d2e022442e474fe412a5cfaf7faef78.tar.bz2
2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/getegid.c, libcsupport/src/gxx_wrappers.c, libcsupport/src/issetugid.c: Formatting and spacing.
Diffstat (limited to 'cpukit/libcsupport/src/getegid.c')
-rw-r--r--cpukit/libcsupport/src/getegid.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/libcsupport/src/getegid.c b/cpukit/libcsupport/src/getegid.c
index 4da7ba8d5b..7d93b99d79 100644
--- a/cpukit/libcsupport/src/getegid.c
+++ b/cpukit/libcsupport/src/getegid.c
@@ -16,12 +16,6 @@
#include <rtems/userenv.h>
/*
- * MACRO in userenv.h
-gid_t _POSIX_types_Egid = 0;
-*/
-
-/*PAGE
- *
* 4.2.1 Get Real User, Effective User, Ral Group, and Effective Group IDs,
* P1003.1b-1993, p. 84
*/