aboutsummaryrefslogtreecommitdiffstats
path: root/guts/getegid.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/getegid.c')
-rw-r--r--guts/getegid.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/guts/getegid.c b/guts/getegid.c
new file mode 100644
index 0000000..4a3c929
--- /dev/null
+++ b/guts/getegid.c
@@ -0,0 +1,11 @@
+/*
+ * static gid_t
+ * wrap_getegid(void) {
+ * gid_t rc = 0;
+ */
+
+ rc = pseudo_egid;
+
+/* return rc;
+ * }
+ */