From 9e2b0f0f803bbec45ab0cc4e9829e2fafc467df3 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 2 Feb 2006 13:47:57 +0000 Subject: even the hidden version of the weaks in libc (as strong in libpthread) have to be weaks --- libc/misc/internals/__h_errno_location.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/internals/__h_errno_location.c') diff --git a/libc/misc/internals/__h_errno_location.c b/libc/misc/internals/__h_errno_location.c index 1fae93459..96f51ae5c 100644 --- a/libc/misc/internals/__h_errno_location.c +++ b/libc/misc/internals/__h_errno_location.c @@ -10,4 +10,4 @@ int * weak_const_function __h_errno_location (void) { return &h_errno; } -libc_hidden_def(__h_errno_location) +libc_hidden_weak(__h_errno_location) -- cgit v1.2.3