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