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