From: Ulrich Drepper Date: Wed, 12 Nov 2003 05:36:25 +0000 (+0000) Subject: Don't declare __pthread_unwind as weak inside libpthread. X-Git-Tag: upstream/2.30~18611 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b965f3da4b948a10f232e5713a64cbb064d70ac;p=external%2Fglibc.git Don't declare __pthread_unwind as weak inside libpthread. --- diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index 986e378..1bfcf35 100644 --- a/nptl/pthreadP.h +++ b/nptl/pthreadP.h @@ -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 ;