diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-05 04:58:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-05 04:58:18 +0000 |
commit | b74121ae4bc5fcedd4872353dac3af07b5e7eb0f (patch) | |
tree | 4465db85402528725bde66a4a6cfa3e33acfd3ce /nptl/ChangeLog | |
parent | f0f9eb6ca3a08085f2e4db747f44afa6afed8969 (diff) | |
download | glibc-b74121ae4bc5fcedd4872353dac3af07b5e7eb0f.tar glibc-b74121ae4bc5fcedd4872353dac3af07b5e7eb0f.tar.gz glibc-b74121ae4bc5fcedd4872353dac3af07b5e7eb0f.tar.bz2 glibc-b74121ae4bc5fcedd4872353dac3af07b5e7eb0f.zip |
Update.
* Makefile (tests): Add tst-cancel7.
(tst-cancel7-ARGS): New variable.
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 2025464bfb..fcc832f251 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-01-04 Ulrich Drepper <drepper@redhat.com> + * Makefile (tests): Add tst-cancel7. + (tst-cancel7-ARGS): New variable. + * old_pthread_cond_broadcast.c: Optimize initialization a bit to work around gcc defficiencies. * old_pthread_cond_signal.c: Likewise. |