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