mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
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)
|
||||
__cleanup_fct_attribute __attribute ((__noreturn__))
|
||||
#ifndef SHARED
|
||||
#if !defined SHARED && !defined IS_IN_libpthread
|
||||
weak_function
|
||||
#endif
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user