aboutsummaryrefslogtreecommitdiffstats
path: root/guts/getegid.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/getegid.c')
-rw-r--r--guts/getegid.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/guts/getegid.c b/guts/getegid.c
deleted file mode 100644
index 7c14f48..0000000
--- a/guts/getegid.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2008-2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static gid_t
- * wrap_getegid(void) {
- * gid_t rc = 0;
- */
-
- rc = pseudo_egid;
-
-/* return rc;
- * }
- */