From 73809519e368dcfe41ad403fec70ac73534ee3f1 Mon Sep 17 00:00:00 2001 From: rpj Date: Fri, 31 Jul 1998 05:27:17 +0000 Subject: Fri Jul 31 14:00:29 1998 Ross Johnson * cleanup.c (_pthread_destructor_pop): Implement. Removes destructors associated with a key without executing them. (_pthread_destructor_pop_all): Add FIXME comment. * tsd.c (pthread_key_delete): Add call to _pthread_destructor_pop(). --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3e7956e..e92e60a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jul 31 14:00:29 1998 Ross Johnson + + * cleanup.c (_pthread_destructor_pop): Implement. Removes + destructors associated with a key without executing them. + (_pthread_destructor_pop_all): Add FIXME comment. + + * tsd.c (pthread_key_delete): Add call to _pthread_destructor_pop(). + Fri Jul 31 00:05:45 1998 Ross Johnson * tsd.c (pthread_key_create): Update to properly associate -- cgit v1.2.3