From 2ae920eda680512be4c8a28cc9904d16889e4897 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 16 Dec 2002 04:46:19 +0000 Subject: [PATCH] (__pthread_initialize_minimal_internal): Renamed from __pthread_initialize_minimal. Make old name an alias. This converts a normal relocation into a relative relocation. --- nptl/init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nptl/init.c b/nptl/init.c index 1ec12f4..f0be750 100644 --- a/nptl/init.c +++ b/nptl/init.c @@ -138,7 +138,7 @@ void #ifdef SHARED __attribute ((constructor)) #endif -__pthread_initialize_minimal (void) +__pthread_initialize_minimal_internal (void) { #ifndef SHARED /* Unlike in the dynamically linked case the dynamic linker has not @@ -210,3 +210,5 @@ __pthread_initialize_minimal (void) __libc_pthread_init (&__fork_generation, __reclaim_stacks, ptr_pthread_functions); } +strong_alias (__pthread_initialize_minimal_internal, + __pthread_initialize_minimal) -- 2.7.4