diff options
Diffstat (limited to 'libc/sysdeps/linux/common/setpgid.c')
-rw-r--r-- | libc/sysdeps/linux/common/setpgid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/setpgid.c b/libc/sysdeps/linux/common/setpgid.c index 664da1ad2..0410c64f3 100644 --- a/libc/sysdeps/linux/common/setpgid.c +++ b/libc/sysdeps/linux/common/setpgid.c @@ -12,7 +12,6 @@ #if defined __USE_UNIX98 || defined __USE_SVID #include <unistd.h> -/* libc_hidden_proto(setpgid) */ #define __NR___syscall_setpgid __NR_setpgid static __inline__ _syscall2(int, __syscall_setpgid, |