diff options
Diffstat (limited to 'libc/termios/tcgetattr.c')
-rw-r--r-- | libc/termios/tcgetattr.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/termios/tcgetattr.c b/libc/termios/tcgetattr.c index 47b885800..0bdc70b3c 100644 --- a/libc/termios/tcgetattr.c +++ b/libc/termios/tcgetattr.c @@ -23,11 +23,6 @@ #include <sys/ioctl.h> #include <sys/types.h> -/* libc_hidden_proto(ioctl) */ -/* Experimentally off - libc_hidden_proto(memset) */ -/* Experimentally off - libc_hidden_proto(memcpy) */ -/* Experimentally off - libc_hidden_proto(mempcpy) */ -/* libc_hidden_proto(tcgetattr) */ /* 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 |