diff options
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 f0cc80d..0150cad 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-03-18 Ulrich Drepper <drepper@redhat.com> + * Makefile (tests): Add tst-cond11. + * tst-cond11.c: New file. + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Reorder struct passed to cleanup handler to eliminate one more instruction. |