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/termios/tcflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/termios/tcflow.c') diff --git a/libc/termios/tcflow.c b/libc/termios/tcflow.c index 63f96a860..6a1bf12f6 100644 --- a/libc/termios/tcflow.c +++ b/libc/termios/tcflow.c @@ -21,7 +21,7 @@ #include #include -libc_hidden_proto(ioctl) +/* libc_hidden_proto(ioctl) */ /* Suspend or restart transmission on FD. */ int tcflow (int fd, int action) -- cgit v1.2.3