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/termios/tcsetattr.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc/termios/tcsetattr.c') diff --git a/libc/termios/tcsetattr.c b/libc/termios/tcsetattr.c index 9f5533e08..786fc69c5 100644 --- a/libc/termios/tcsetattr.c +++ b/libc/termios/tcsetattr.c @@ -22,9 +22,6 @@ #include #include -/* libc_hidden_proto(tcsetattr) */ -/* Experimentally off - libc_hidden_proto(memcpy) */ -/* libc_hidden_proto(ioctl) */ /* The difference here is that the termios structure used in the kernel is not the same as we use in the libc. Therefore we must -- cgit v1.2.3