summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbje <bje>1998-07-19 12:43:43 +0000
committerbje <bje>1998-07-19 12:43:43 +0000
commit6111fc9c853925abdac2743b791ddbb479544f9a (patch)
tree13747da33b5d8906c3586a6c97f1138e78771dc6 /ChangeLog
parent5468a2687ea9242ee79bcf2ba303a2578bfb24b3 (diff)
* ChangeLog: Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 739a017..9664bcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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