From b133fe1cac9f99b63ea56daf92caa1423b1289d0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:07:43 +0000 Subject: next portion of libc_hidden_proto removal --- libc/stdio/_cs_funcs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libc/stdio/_cs_funcs.c') diff --git a/libc/stdio/_cs_funcs.c b/libc/stdio/_cs_funcs.c index 8f83aa229..3cca7b9af 100644 --- a/libc/stdio/_cs_funcs.c +++ b/libc/stdio/_cs_funcs.c @@ -7,13 +7,13 @@ #include "_stdio.h" -libc_hidden_proto(read) -libc_hidden_proto(write) +/* libc_hidden_proto(read) */ +/* libc_hidden_proto(write) */ /* libc_hidden_proto(close) */ #ifdef __UCLIBC_HAS_LFS__ libc_hidden_proto(lseek64) #else -libc_hidden_proto(lseek) +/* libc_hidden_proto(lseek) */ #endif /**********************************************************************/ -- cgit v1.2.3