diff options
Diffstat (limited to 'libc/termios/tcsetattr.c')
-rw-r--r-- | libc/termios/tcsetattr.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 <sys/ioctl.h> #include <sys/types.h> -/* 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 |