diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-17 06:30:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-17 06:30:53 +0000 |
commit | ebf282c9cfe083f0ace9a05d6aa421b6e32cc2f6 (patch) | |
tree | ae01bc71e61c5a296efdce294633156f97fcdac2 /ChangeLog | |
parent | 098aba9a5f0ea55046f4255bb54c40a29da95a15 (diff) | |
download | glibc-ebf282c9cfe083f0ace9a05d6aa421b6e32cc2f6.tar.gz |
Update.
* sysdeps/unix/sysv/linux/i386/getgroups.c: Fix missing brace
error in last change.
* sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2000-01-16 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/unix/sysv/linux/i386/getgroups.c: Fix missing brace + error in last change. + * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise. + * stdlib/longlong.h: Fix typo in last patch. 2000-01-12 Andreas Jaeger <aj@suse.de> |