summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbje <bje>1998-07-19 22:27:23 +0000
committerbje <bje>1998-07-19 22:27:23 +0000
commitdff26ac214732b73ae64a1ec34a9a9f3061fe8ca (patch)
tree152137ba72966d0032b35034759ff71da4ba8e2b /ChangeLog
parentf79b5dbeba8340efaa801cb26be12c2c5a1fab05 (diff)
* ChangeLog: Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0846aa..cd022a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1998-07-20 Ben Elliston <bje@cygnus.com>
+
+ * misc.c (pthread_once): Implement.
+
+ * pthread.h (_pthread_once_flag): Add new variable.
+ (_pthread_once_lock): Add new mutex lock to ensure integrity of
+ access to _pthread_once_flag.
+
Mon Jul 20 02:31:05 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* private.c (_pthread_getthreadindex): Implement.