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/stdio/fgetws.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/stdio/fgetws.c') diff --git a/libc/stdio/fgetws.c b/libc/stdio/fgetws.c index c7dcc7d2b..80af1a217 100644 --- a/libc/stdio/fgetws.c +++ b/libc/stdio/fgetws.c @@ -7,9 +7,9 @@ #include "_stdio.h" -libc_hidden_proto(fgetws_unlocked) +/* libc_hidden_proto(fgetws_unlocked) */ -libc_hidden_proto(fgetwc_unlocked) +/* libc_hidden_proto(fgetwc_unlocked) */ #ifdef __DO_UNLOCKED -- cgit v1.2.3