summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbje <bje>1998-07-19 13:02:20 +0000
committerbje <bje>1998-07-19 13:02:20 +0000
commitb57e564c2812036e2660842dbb34a3962836a90b (patch)
treee50d3212d843f466c1cb16d7da8afa9fbda585ca
parent5a14301bbe7dd7f23bfc60f76f66b0880b3241ae (diff)
* ChangeLog: Update.
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9664bcf..53cd93f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
1998-07-19 Ben Elliston <bje@cygnus.com>
+ * condvar.c (pthread_cond_wait): Generalise. Moved from here ..
+ (cond_wait): To here.
+ (pthread_cond_timedwait): Implement; use generalised cond_wait().
+
* pthread.h (pthread_key_t): Define this type.
(pthread_key_create): Add function prototype.
(pthread_setspecific): Likewise.