diff options
| author | bje <bje> | 1998-07-19 12:43:43 +0000 | 
|---|---|---|
| committer | bje <bje> | 1998-07-19 12:43:43 +0000 | 
| commit | 6111fc9c853925abdac2743b791ddbb479544f9a (patch) | |
| tree | 13747da33b5d8906c3586a6c97f1138e78771dc6 | |
| parent | 5468a2687ea9242ee79bcf2ba303a2578bfb24b3 (diff) | |
	* ChangeLog: Update.
| -rw-r--r-- | ChangeLog | 16 | 
1 files changed, 16 insertions, 0 deletions
| @@ -1,3 +1,19 @@ +1998-07-19  Ben Elliston  <bje@cygnus.com> + +	* 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  <bje@cygnus.com>  	* condvar.c (pthread_condattr_init): Do not attempt to malloc any | 
