mirror of git://sourceware.org/git/glibc.git
Don't declare __pthread_unwind as weak inside libpthread.
This commit is contained in:
parent
66cc4d07ff
commit
8b965f3da4
|
|
@ -110,7 +110,7 @@ extern int __pthread_debug attribute_hidden;
|
||||||
|
|
||||||
extern void __pthread_unwind (__pthread_unwind_buf_t *__buf)
|
extern void __pthread_unwind (__pthread_unwind_buf_t *__buf)
|
||||||
__cleanup_fct_attribute __attribute ((__noreturn__))
|
__cleanup_fct_attribute __attribute ((__noreturn__))
|
||||||
#ifndef SHARED
|
#if !defined SHARED && !defined IS_IN_libpthread
|
||||||
weak_function
|
weak_function
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue