diff options
Diffstat (limited to 'libpthread/nptl/pthread_setreuid.c')
-rw-r--r-- | libpthread/nptl/pthread_setreuid.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpthread/nptl/pthread_setreuid.c b/libpthread/nptl/pthread_setreuid.c new file mode 100644 index 000000000..aa804ab01 --- /dev/null +++ b/libpthread/nptl/pthread_setreuid.c @@ -0,0 +1,3 @@ +#define SINGLE_THREAD +#define __setreuid pthread_setreuid_np +#include <setreuid.c> |