Don't declare __pthread_unwind as weak inside libpthread.

This commit is contained in:
Ulrich Drepper 2003-11-12 05:36:25 +00:00
parent 66cc4d07ff
commit 8b965f3da4

View file

@ -110,7 +110,7 @@ extern int __pthread_debug attribute_hidden;
extern void __pthread_unwind (__pthread_unwind_buf_t *__buf)
__cleanup_fct_attribute __attribute ((__noreturn__))
#ifndef SHARED
#if !defined SHARED && !defined IS_IN_libpthread
weak_function
#endif
;