diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-15 10:32:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-15 10:32:02 +0000 |
commit | c3bb9ee1bc384edeec9ca991f58c162b167a558f (patch) | |
tree | b4415a8ea96d60653dd1dde161cfc7132f85453a /nptl/ChangeLog | |
parent | e798b60fe41bf8148e33daa1b96a1e841d72ce86 (diff) | |
download | glibc-c3bb9ee1bc384edeec9ca991f58c162b167a558f.tar.gz glibc-c3bb9ee1bc384edeec9ca991f58c162b167a558f.tar.xz glibc-c3bb9ee1bc384edeec9ca991f58c162b167a558f.zip |
Update.
* tst-mutex3.c (do_test): Add tests for trylock with RECURSIVE mutexes.
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 de93173969..1dc5f231bb 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,7 @@ 2003-02-15 Ulrich Drepper <drepper@redhat.com> + * tst-mutex3.c (do_test): Add tests for trylock with RECURSIVE mutexes. + * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Don't use INLINE_SYSCALL. Error number is returned, not -1. |