diff options
Diffstat (limited to 'nptl/pthreadP.h')
-rw-r--r-- | nptl/pthreadP.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index 1c523a873d..e33d828117 100644 --- a/nptl/pthreadP.h +++ b/nptl/pthreadP.h @@ -114,6 +114,10 @@ extern void __pthread_unwind (__pthread_unwind_buf_t *__buf) weak_function #endif ; +#if defined NOT_IN_libc && defined IS_IN_libpthread +hidden_proto (__pthread_unwind) +#endif + /* Called when a thread reacts on a cancellation request. */ static inline void |