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/string/strerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/strerror.c') diff --git a/libc/string/strerror.c b/libc/string/strerror.c index 355c7bdda..a52c407f8 100644 --- a/libc/string/strerror.c +++ b/libc/string/strerror.c @@ -10,7 +10,7 @@ #include "_syserrmsg.h" /* Experimentally off - libc_hidden_proto(strerror) */ -libc_hidden_proto(__xpg_strerror_r) +/* libc_hidden_proto(__xpg_strerror_r) */ char *strerror(int errnum) { -- cgit v1.2.3