From 0a790581437fe78ed535ea5adec6213276011307 Mon Sep 17 00:00:00 2001 From: bje Date: Sun, 12 Jul 1998 13:57:24 +0000 Subject: * ChangeLog: Update. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 29c69b4..621561a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +1998-07-13 Ben Elliston + + * 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 * implement.h (_pthread_mutex_attr_t): Define this implementation -- cgit v1.2.3