summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbje <bje>1998-07-12 13:57:24 +0000
committerbje <bje>1998-07-12 13:57:24 +0000
commit0a790581437fe78ed535ea5adec6213276011307 (patch)
treead692f02afff5ccb0c464f38e179198ea53f3859 /ChangeLog
parentcd257cf8750559a408b5464c66bc519d22bbede7 (diff)
* ChangeLog: Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29c69b4..621561a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+1998-07-13 Ben Elliston <bje@cygnus.com>
+
+ * pthread.h (pthread_mutex_t): Define this type.
+ (pthread_mutex_destroy): Add function prototype.
+ (pthread_lock): Likewise.
+ (pthread_trylock): Likewise.
+ (pthread_unlock): Likewise.
+
+ * mutex.c (pthread_mutex_init): Implement.
+ (pthread_mutex_destroy): Likewise.
+ (pthread_lock): Likewise.
+ (pthread_trylock): Likewise.
+ (pthread_unlock): Likewise.
+
1998-07-12 Ben Elliston <bje@cygnus.com>
* implement.h (_pthread_mutex_attr_t): Define this implementation