diff options
Diffstat (limited to 'htl/pt-internal.h')
-rw-r--r-- | htl/pt-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htl/pt-internal.h b/htl/pt-internal.h index d19579b..8b37838 100644 --- a/htl/pt-internal.h +++ b/htl/pt-internal.h @@ -299,6 +299,7 @@ extern error_t __pthread_init_specific (struct __pthread *thread); /* Call the destructors on all of the thread specific data in THREAD. THREAD must be the calling thread. */ extern void __pthread_destroy_specific (struct __pthread *thread); +libc_hidden_proto (__pthread_destroy_specific) /* Initialize newly create thread *THREAD's signal state data |