diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-27 00:57:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-27 00:57:29 +0000 |
commit | 9dbcebe8c043fac8138f18622bb28ce29f309a19 (patch) | |
tree | 09234ed2b9786fb7da0da8bc42abf3d345a86e44 /ChangeLog | |
parent | 4b1c1a6ffaf2feba6232dff7a5ceef4ad2d9c482 (diff) | |
download | glibc-9dbcebe8c043fac8138f18622bb28ce29f309a19.tar glibc-9dbcebe8c043fac8138f18622bb28ce29f309a19.tar.gz glibc-9dbcebe8c043fac8138f18622bb28ce29f309a19.tar.bz2 glibc-9dbcebe8c043fac8138f18622bb28ce29f309a19.zip |
Update.
2000-01-26 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getresgid):
Fix a typo.
2000-01-26 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Avoid warning
about unitialised variable kbuf.
* sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
* sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2000-01-26 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getresgid): + Fix a typo. + +2000-01-26 Andreas Jaeger <aj@suse.de> + + * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Avoid warning + about unitialised variable kbuf. + * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise. + * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise. + 2000-01-26 Ulrich Drepper <drepper@cygnus.com> * locale/programs/ld-collate.c (check_duplicate): Fix printing of error |