about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386/setgroups.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-22 12:49:46 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-22 12:49:46 +0000
commit78e5779b1edf3a60164e72ffe5ffc41e138e6863 (patch)
tree51098c35020c568436410bb8972854de6a144799 /sysdeps/unix/sysv/linux/i386/setgroups.c
parent9271a050b5af6594ab112a9c116854953b041d8f (diff)
downloadglibc-78e5779b1edf3a60164e72ffe5ffc41e138e6863.tar.gz
glibc-78e5779b1edf3a60164e72ffe5ffc41e138e6863.tar.xz
glibc-78e5779b1edf3a60164e72ffe5ffc41e138e6863.zip
Update.
1998-10-22 12:49  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/i386/sysdep.h: Drastically simplify and
	improve INLINE_SYSCALL using macro assembler magic.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/setgroups.c')
-rw-r--r--sysdeps/unix/sysv/linux/i386/setgroups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/setgroups.c b/sysdeps/unix/sysv/linux/i386/setgroups.c
index 67197e6f06..4266145d01 100644
--- a/sysdeps/unix/sysv/linux/i386/setgroups.c
+++ b/sysdeps/unix/sysv/linux/i386/setgroups.c
@@ -41,7 +41,7 @@ setgroups (n, groups)
       __set_errno (EINVAL);
       return -1;
     }
-  else if
+  else
     {
       size_t i;
       __kernel_gid_t kernel_groups[n];