summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbje <bje>1998-07-10 13:16:17 +0000
committerbje <bje>1998-07-10 13:16:17 +0000
commit818bfaf7853d9954b0e7a70eee5dc4d261585f21 (patch)
tree6e97ba323dee3bc73aa4360e831151c1a11a82a1 /ChangeLog
parent1c3b20cb67c9b885a0684624ec51f2fb3166ef3d (diff)
* ChangeLog: Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51ad35e..098568b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
1998-07-10 Ben Elliston <bje@cygnus.com>
+ * misc.c (pthread_self): Implement.
+
* exit.c (pthread_exit): Implement.
* pthread.h (pthread_exit): Add function prototype.
+ (pthread_self): Likewise.
+ (pthread_t): Define this type.
1998-07-09 Ben Elliston <bje@cygnus.com>