diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-15 22:32:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-15 22:32:50 +0000 |
commit | 1c82b97f9624f04f780e2e7f5408d748f07a364d (patch) | |
tree | 7e7b229fdecf230f0df3832b5f083298e77e6784 /nptl/ChangeLog | |
parent | b2f05465748e7e1c0105776a1e0ceda7f7a599b0 (diff) | |
download | glibc-1c82b97f9624f04f780e2e7f5408d748f07a364d.tar.gz glibc-1c82b97f9624f04f780e2e7f5408d748f07a364d.tar.xz glibc-1c82b97f9624f04f780e2e7f5408d748f07a364d.zip |
Update.
* tst-mutex5.c (do_test): Add more timedlock tests.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f928819b78..ec74f80b2e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,7 @@ 2003-02-15 Ulrich Drepper <drepper@redhat.com> + * tst-mutex5.c (do_test): Add more timedlock tests. + * tst-mutex2.c: Tests of trylock and unlock with ERROR mutexes. * tst-mutex3.c (do_test): Add tests for trylock with RECURSIVE mutexes. |