summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>1998-07-31 02:16:34 +0000
committerrpj <rpj>1998-07-31 02:16:34 +0000
commitcc1a70f50a246ad33ecbc8f73d0bbc67ea89f1a7 (patch)
treec5126bec2ab25c271ce68abd52542e6a7ad2e6ae /ChangeLog
parent0bc99fb6243a64c6f9a4d503382e9125adeb85a0 (diff)
Fri Jul 31 00:05:45 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* tsd.c (pthread_key_create): Update to properly associate the destructor routine with the key. * exit.c (_pthread_vacuum): Add call to _pthread_destructor_pop_all().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e97b1c..34eabe4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
Fri Jul 31 00:05:45 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
+ * tsd.c (pthread_key_create): Update to properly associate
+ the destructor routine with the key.
+
+ * exit.c (_pthread_vacuum): Add call to
+ _pthread_destructor_pop_all().
+
* implement.h (_pthread_handler_pop_all): Add prototype.
(_pthread_destructor_pop_all): Ditto.