summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_setuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_setuid.c')
-rw-r--r--libpthread/nptl/pthread_setuid.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpthread/nptl/pthread_setuid.c b/libpthread/nptl/pthread_setuid.c
new file mode 100644
index 000000000..ff949c850
--- /dev/null
+++ b/libpthread/nptl/pthread_setuid.c
@@ -0,0 +1,3 @@
+#define SINGLE_THREAD
+#define __setuid pthread_setuid_np
+#include <setuid.c>