summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>