summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbje <bje>1999-02-20 05:11:51 +0000
committerbje <bje>1999-02-20 05:11:51 +0000
commit60784dc1a92121efe9301ac57476024fe64f968b (patch)
tree5a36b2b9c76cd54a698c0de3b03f2f0db3212427 /ChangeLog
parent949ca2ccc5c972644c70238eee7d2099a3ede1f3 (diff)
1999-02-21 Ben Elliston <bje@cygnus.com>
* pthread.h (pthread_exit): The return type of this function is void, not int. * exit.c (pthread_exit): Do not return 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d340f6..d734c80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-02-21 Ben Elliston <bje@cygnus.com>
+
+ * pthread.h (pthread_exit): The return type of this function is
+ void, not int.
+
+ * exit.c (pthread_exit): Do not return 0.
+
Sat Feb 20 16:03:30 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* dll.c (DLLMain): Expand TryEnterCriticalSection support test.