aboutsummaryrefslogtreecommitdiffstats
path: root/ports/uids_generic/guts/getegid.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/uids_generic/guts/getegid.c')
-rw-r--r--ports/uids_generic/guts/getegid.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/ports/uids_generic/guts/getegid.c b/ports/uids_generic/guts/getegid.c
new file mode 100644
index 0000000..7c14f48
--- /dev/null
+++ b/ports/uids_generic/guts/getegid.c
@@ -0,0 +1,14 @@
+/*
+ * 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;
+ * }
+ */