diff options
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. */ |