diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-04 02:52:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-04 02:52:17 +0000 |
commit | 7edb2ae36fe23af5c5bca0507409fee81feb7437 (patch) | |
tree | 8fd2de342923615a187117369047d403cc71063f /nptl/ChangeLog | |
parent | b1151300d6e9af599cc91a5c56799feaf49b2e2d (diff) | |
download | glibc-7edb2ae36fe23af5c5bca0507409fee81feb7437.tar glibc-7edb2ae36fe23af5c5bca0507409fee81feb7437.tar.gz glibc-7edb2ae36fe23af5c5bca0507409fee81feb7437.tar.bz2 glibc-7edb2ae36fe23af5c5bca0507409fee81feb7437.zip |
Update.
* Makefile (tests): Add tst-cond7.
* tst-cond7.c: New file.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index c7fdb470e6..38f2ffb594 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-01-03 Ulrich Drepper <drepper@redhat.com> + * Makefile (tests): Add tst-cond7. + * tst-cond7.c: New file. + * sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S (condvar_cleanup): Get condvar address from the right place. |