summaryrefslogtreecommitdiff
path: root/nptl/pthread_setreuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pthread_setreuid.c')
-rw-r--r--nptl/pthread_setreuid.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/pthread_setreuid.c b/nptl/pthread_setreuid.c
new file mode 100644
index 0000000000..aa804ab01d
--- /dev/null
+++ b/nptl/pthread_setreuid.c
@@ -0,0 +1,3 @@
+#define SINGLE_THREAD
+#define __setreuid pthread_setreuid_np
+#include <setreuid.c>