diff options
author | rpj <rpj> | 1998-08-06 06:25:28 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-08-06 06:25:28 +0000 |
commit | 0f876ad7ecea80b726e6123ef227dedab7e52cf7 (patch) | |
tree | 93888ab51fcf8faf3c16fad1b79cb3b1fec1f25e /implement.h | |
parent | ad2fc723a301cf4e6cda882d93199548d525c879 (diff) |
Thu Aug 6 15:19:22 1998 Ross Johnson <rpj@swan.canberra.edu.au>
* implement.h (_pthread_destructor_pop): Add prototype.
* tsd.c (implement.h): Add include.
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/implement.h b/implement.h index 4a616ec..9e542c0 100644 --- a/implement.h +++ b/implement.h @@ -107,6 +107,8 @@ void _pthread_handler_pop_all(int stack, int _pthread_destructor_push(void (*routine)(void *), pthread_key_t key); +void _pthread_destructor_pop(pthread_key_t key); + void _pthread_destructor_pop_all(); /* Primitives to manage threads table entries. */ |