diff options
Diffstat (limited to 'libc/termios/tcsendbrk.c')
-rw-r--r-- | libc/termios/tcsendbrk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/termios/tcsendbrk.c b/libc/termios/tcsendbrk.c index ae04cb947..53ea662a7 100644 --- a/libc/termios/tcsendbrk.c +++ b/libc/termios/tcsendbrk.c @@ -22,7 +22,7 @@ #include <termios.h> #include <sys/ioctl.h> -libc_hidden_proto(ioctl) +/* libc_hidden_proto(ioctl) */ /* Send zero bits on FD. */ int |