diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/setresgid.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/setresgid.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/setresgid.c b/sysdeps/unix/sysv/linux/i386/setresgid.c index 264b694ff5..414a58b07e 100644 --- a/sysdeps/unix/sysv/linux/i386/setresgid.c +++ b/sysdeps/unix/sysv/linux/i386/setresgid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1998, 2000, 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -28,12 +28,7 @@ #ifdef __NR_setresgid -extern int __syscall_setresgid (__kernel_gid_t rgid, __kernel_gid_t egid, - __kernel_gid_t sgid); - # ifdef __NR_setresgid32 -extern int __syscall_setresgid32 (__kernel_gid32_t rgid, __kernel_gid32_t egid, - __kernel_gid32_t sgid); # if __ASSUME_32BITUIDS == 0 /* This variable is shared with all files that need to check for 32bit uids. */ |