diff options
author | rpj <rpj> | 2002-12-11 00:40:17 +0000 |
---|---|---|
committer | rpj <rpj> | 2002-12-11 00:40:17 +0000 |
commit | 52c1047709bbc61fa793bcc6a28daabea88d2a20 (patch) | |
tree | 99cd6abc47bfcd0e2db847c447ff834f08d87907 /tests/ChangeLog | |
parent | b5e1f8e4dcad0b58d7d2e27d7485fe5162154281 (diff) |
2002-12-11 Thomas Pfaff <tpfaff@gmx.net>
* pthread_mutex_trylock.c: Should return EBUSY rather than EDEADLK.
* pthread_mutex_destroy.c: Remove redundant ownership test (the
trylock call does this for us); do not destroy a recursively locked
mutex.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index e9266a5..b3916d2 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2002-12-11 Ross Johnson <ross@special.ise.canberra.edu.au>
+
+ * mutex7e.c: Assert EBUSY return instead of EDEADLK.
+
2002-06-03 Ross Johnson <rpj@digit.ise.canberra.edu.au>
* semaphore2.c: New test.
|