diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-12 05:36:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-12 05:36:25 +0000 |
commit | 8b965f3da4b948a10f232e5713a64cbb064d70ac (patch) | |
tree | 64015a4283105c1366f5cb0b195a3e68fb751067 /nptl/pthreadP.h | |
parent | 66cc4d07ff3905445a75abecbb7485a13fc5e326 (diff) | |
download | glibc-8b965f3da4b948a10f232e5713a64cbb064d70ac.tar glibc-8b965f3da4b948a10f232e5713a64cbb064d70ac.tar.gz glibc-8b965f3da4b948a10f232e5713a64cbb064d70ac.tar.bz2 glibc-8b965f3da4b948a10f232e5713a64cbb064d70ac.zip |
Don't declare __pthread_unwind as weak inside libpthread.
Diffstat (limited to 'nptl/pthreadP.h')
-rw-r--r-- | nptl/pthreadP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index 986e3788fb..1bfcf3560f 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 ; |