From 726b116dcac3d23fe05dca083c5412a595be8637 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 16 Jan 2006 00:20:22 +0000 Subject: some global data relocs gone --- libc/misc/internals/__h_errno_location.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/misc/internals') diff --git a/libc/misc/internals/__h_errno_location.c b/libc/misc/internals/__h_errno_location.c index f4f598057..a57478ca9 100644 --- a/libc/misc/internals/__h_errno_location.c +++ b/libc/misc/internals/__h_errno_location.c @@ -3,8 +3,9 @@ #include #undef h_errno +libc_hidden_proto(__h_errno_location) int * weak_const_function __h_errno_location (void) { return &h_errno; } - +libc_hidden_def(__h_errno_location) -- cgit v1.2.3