diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 08:30:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 08:30:50 +0000 |
commit | 0566b130fbb77c2673d0459b4d9ff825fc68b094 (patch) | |
tree | b97f81bcd1d03f95d3b2bd90749b7aac27b28908 /nptl/ChangeLog | |
parent | e6fb884634cded8d92da107d09354409ac1f52a5 (diff) | |
download | glibc-0566b130fbb77c2673d0459b4d9ff825fc68b094.tar glibc-0566b130fbb77c2673d0459b4d9ff825fc68b094.tar.gz glibc-0566b130fbb77c2673d0459b4d9ff825fc68b094.tar.bz2 glibc-0566b130fbb77c2673d0459b4d9ff825fc68b094.zip |
Update.
2003-01-21 Philip Blundell <philb@gnu.org>
* sysdeps/unix/sysv/linux/bits/ioctls.h (SIOCSIFNAME): Define.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 8efb7a647d..9f5080b8aa 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,9 @@ 2003-01-27 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/i386/i486/lowlevelsem.S + (__new_sem_post): Clear %eax before returning. + Reported by MAEDA Naoaki <maeda.naoaki@jp.fujitsu.com>. + * Makefile (tests): Add tst-cleanup2. * tst-cleanup2.c: New file. |