diff options
author | bje <bje> | 1998-07-10 13:16:17 +0000 |
---|---|---|
committer | bje <bje> | 1998-07-10 13:16:17 +0000 |
commit | 818bfaf7853d9954b0e7a70eee5dc4d261585f21 (patch) | |
tree | 6e97ba323dee3bc73aa4360e831151c1a11a82a1 | |
parent | 1c3b20cb67c9b885a0684624ec51f2fb3166ef3d (diff) |
* ChangeLog: Update.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |