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