diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-22 12:49:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-22 12:49:46 +0000 |
commit | 78e5779b1edf3a60164e72ffe5ffc41e138e6863 (patch) | |
tree | 51098c35020c568436410bb8972854de6a144799 /sysdeps/unix/sysv/linux/i386/setgroups.c | |
parent | 9271a050b5af6594ab112a9c116854953b041d8f (diff) | |
download | glibc-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.c | 2 |
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]; |