diff options
Diffstat (limited to 'nptl/pthreadP.h')
-rw-r--r-- | nptl/pthreadP.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index ba9529f01b..c0941f0cf5 100644 --- a/nptl/pthreadP.h +++ b/nptl/pthreadP.h @@ -439,4 +439,6 @@ extern void _pthread_cleanup_push_defer (struct _pthread_cleanup_buffer *buffer, extern void _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *buffer, int execute); +extern void __nptl_deallocate_tsd (void) attribute_hidden; + #endif /* pthreadP.h */ |