diff options
Diffstat (limited to 'libc/sysdeps/linux/common/setegid.c')
-rw-r--r-- | libc/sysdeps/linux/common/setegid.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/common/setegid.c b/libc/sysdeps/linux/common/setegid.c index d1daf319b..30329bc5c 100644 --- a/libc/sysdeps/linux/common/setegid.c +++ b/libc/sysdeps/linux/common/setegid.c @@ -11,9 +11,6 @@ #include <sys/types.h> #include <sys/syscall.h> -#if (defined __NR_setresgid || defined __NR_setresgid32) && defined __USE_GNU -#endif - int setegid(gid_t gid) { int result; |