diff options
Diffstat (limited to 'nptl/pthread_setuid.c')
-rw-r--r-- | nptl/pthread_setuid.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/pthread_setuid.c b/nptl/pthread_setuid.c new file mode 100644 index 0000000000..ff949c850f --- /dev/null +++ b/nptl/pthread_setuid.c @@ -0,0 +1,3 @@ +#define SINGLE_THREAD +#define __setuid pthread_setuid_np +#include <setuid.c> |