diff options
author | bje <bje> | 1998-07-12 13:57:24 +0000 |
---|---|---|
committer | bje <bje> | 1998-07-12 13:57:24 +0000 |
commit | 0a790581437fe78ed535ea5adec6213276011307 (patch) | |
tree | ad692f02afff5ccb0c464f38e179198ea53f3859 /ChangeLog | |
parent | cd257cf8750559a408b5464c66bc519d22bbede7 (diff) |
* ChangeLog: Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |