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