diff options
Diffstat (limited to 'libc/termios/tcsetattr.c')
-rw-r--r-- | libc/termios/tcsetattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/termios/tcsetattr.c b/libc/termios/tcsetattr.c index d0d82c2ac..2aac81a77 100644 --- a/libc/termios/tcsetattr.c +++ b/libc/termios/tcsetattr.c @@ -24,7 +24,7 @@ libc_hidden_proto(tcsetattr) /* Experimentally off - libc_hidden_proto(memcpy) */ -libc_hidden_proto(ioctl) +/* 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 |