diff options
Diffstat (limited to 'libc/termios/tcsetattr.c')
-rw-r--r-- | libc/termios/tcsetattr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/termios/tcsetattr.c b/libc/termios/tcsetattr.c index d0d82c2ac..9f5533e08 100644 --- a/libc/termios/tcsetattr.c +++ b/libc/termios/tcsetattr.c @@ -22,9 +22,9 @@ #include <sys/ioctl.h> #include <sys/types.h> -libc_hidden_proto(tcsetattr) +/* 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 |