From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- libc/misc/internals/__errno_location.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/misc/internals/__errno_location.c') diff --git a/libc/misc/internals/__errno_location.c b/libc/misc/internals/__errno_location.c index a44bf6062..4401ba249 100644 --- a/libc/misc/internals/__errno_location.c +++ b/libc/misc/internals/__errno_location.c @@ -6,8 +6,8 @@ #include "internal_errno.h" -/* psm: moved to bits/errno.h: libc_hidden_proto(__errno_location) */ -libc_hidden_proto(__errno_location) +/* psm: moved to bits/errno.h: */ +/* libc_hidden_proto(__errno_location) */ int * weak_const_function __errno_location (void) { return &errno; -- cgit v1.2.3