From 6111fc9c853925abdac2743b791ddbb479544f9a Mon Sep 17 00:00:00 2001 From: bje Date: Sun, 19 Jul 1998 12:43:43 +0000 Subject: * ChangeLog: Update. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 739a017..9664bcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +1998-07-19 Ben Elliston + + * pthread.h (pthread_key_t): Define this type. + (pthread_key_create): Add function prototype. + (pthread_setspecific): Likewise. + (pthread_getspecific): Likwise. + (pthread_key_delete): Likewise. + + * tsd.c (pthread_key_create): Implement. + (pthread_setspecific): Likewise. + (pthread_getspecific): Likewise. + (pthread_key_delete): Likewise. + + * mutex.c (pthread_mutex_trylock): Return ENOSYS if this function + is called on a Win32 platform which is not Windows NT. + 1998-07-18 Ben Elliston * condvar.c (pthread_condattr_init): Do not attempt to malloc any -- cgit v1.2.3