From 21730caa6647f645974e132ca8afec79b4eeab2b Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 18 Sep 2009 20:57:40 +0200 Subject: trim Experimentally off and uncommented hidden sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer --- libc/stdio/fmemopen.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/stdio/fmemopen.c') diff --git a/libc/stdio/fmemopen.c b/libc/stdio/fmemopen.c index 269c7ec6d..4a67376f5 100644 --- a/libc/stdio/fmemopen.c +++ b/libc/stdio/fmemopen.c @@ -10,8 +10,6 @@ #ifdef __USE_GNU #include "_stdio.h" -/* Experimentally off - libc_hidden_proto(memcpy) */ -/* libc_hidden_proto(fopencookie) */ #ifndef __UCLIBC_HAS_GLIBC_CUSTOM_STREAMS__ #error no custom streams! -- cgit v1.2.3