about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/generic/local-setxid.h
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/generic/local-setxid.h')
-rw-r--r--REORG.TODO/sysdeps/generic/local-setxid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/generic/local-setxid.h b/REORG.TODO/sysdeps/generic/local-setxid.h
new file mode 100644
index 0000000000..b70d9ffb32
--- /dev/null
+++ b/REORG.TODO/sysdeps/generic/local-setxid.h
@@ -0,0 +1,4 @@
+/* No special support.  Fall back to the regular functions.  */
+
+#define local_seteuid(id) seteuid (id)
+#define local_setegid(id) setegid (id)