summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>1998-07-31 02:21:28 +0000
committerrpj <rpj>1998-07-31 02:21:28 +0000
commitb164b0f0bff12369fa19118f7b87c18d7871095f (patch)
tree1c37da180dba2b1e75f03197fe41595e13aa94ad /ChangeLog
parentcc1a70f50a246ad33ecbc8f73d0bbc67ea89f1a7 (diff)
(pthread_key_delete): Add FIXME comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34eabe4..3e7956e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ 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.
+ (pthread_key_delete): Add FIXME comment.
* exit.c (_pthread_vacuum): Add call to
_pthread_destructor_pop_all().