diff options
author | rpj <rpj> | 2002-12-17 08:01:50 +0000 |
---|---|---|
committer | rpj <rpj> | 2002-12-17 08:01:50 +0000 |
commit | 8da677c58a7c95a4bf83808d9395ea7e8d49f18e (patch) | |
tree | 217e17e4738d87d0d2adb71361b76cf06590296c /ChangeLog | |
parent | 52c1047709bbc61fa793bcc6a28daabea88d2a20 (diff) |
* pthread_mutex_lock.c (ptw32_semwait): New static routine to provide
a non-cancelable sem_wait() function. This is consistent with the
way that pthread_mutex_timedlock.c does it.
(pthread_mutex_lock): Use ptw32_semwait() instead of sem_wait().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-12-17 Ross Johnson <rpj@digit.ise.canberra.edu.au> + + * pthread_mutex_lock.c (ptw32_semwait): New static routine to provide + a non-cancelable sem_wait() function. This is consistent with the + way that pthread_mutex_timedlock.c does it. + (pthread_mutex_lock): Use ptw32_semwait() instead of sem_wait(). + 2002-12-11 Thomas Pfaff <tpfaff@gmx.net> * pthread_mutex_trylock.c: Should return EBUSY rather than EDEADLK. |