diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-19 02:09:48 +0200 | 
|---|---|---|
| committer | Austin Foxley <austinf@cetoncorp.com> | 2009-09-18 17:17:32 -0700 | 
| commit | 55fa359b3f06fd01ee30267c7795b2dd1cf32bf2 (patch) | |
| tree | 874970b5dd8c160eea862f90798b04c40e4176ca /libc/sysdeps/linux/common/setegid.c | |
| parent | 0937a4c490a370744c539bd31decfd9e4e61db55 (diff) | |
| download | uClibc-alpine-55fa359b3f06fd01ee30267c7795b2dd1cf32bf2.tar.bz2 uClibc-alpine-55fa359b3f06fd01ee30267c7795b2dd1cf32bf2.tar.xz  | |
remove a few more empty #if/#endif pairs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
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;  | 
