diff options
author | rpj <rpj> | 2002-02-01 07:24:03 +0000 |
---|---|---|
committer | rpj <rpj> | 2002-02-01 07:24:03 +0000 |
commit | 6a65a568fa4d9515265842c8bcf11a7449f3c325 (patch) | |
tree | 35cd38d44cd0d61c7ba3a6026eb3e696e9173453 /ChangeLog | |
parent | f9c50f211c388410ccd8919f522cdd2c8d2d3904 (diff) |
* semaphore.c (sem_trywait): Fix missing errno return
for systems that define NEED_SEM (e.g. early WinCE).
* mutex.c (pthread_mutex_timedlock): Return ENOTSUP
for systems that define NEED_SEM since they don't
have sem_trywait().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-02-01 Ross Johnson <rpj@setup1.ise.canberra.edu.au>
+
+ * semaphore.c (sem_trywait): Fix missing errno return
+ for systems that define NEED_SEM (e.g. early WinCE).
+ * mutex.c (pthread_mutex_timedlock): Return ENOTSUP
+ for systems that define NEED_SEM since they don't
+ have sem_trywait().
+
2002-01-27 Ross Johnson <rpj@special.ise.canberra.edu.au>
* mutex.c (pthread_mutex_timedlock): New function suggested by
|