diff options
Diffstat (limited to 'include/termios.h')
-rw-r--r-- | include/termios.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/termios.h b/include/termios.h deleted file mode 100644 index fad51f8385..0000000000 --- a/include/termios.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _TERMIOS_H -#include <termios/termios.h> - -#ifndef _ISOMAC -/* Now define the internal interfaces. */ -extern int __tcgetattr (int __fd, struct termios *__termios_p); - -extern int __libc_tcdrain (int __fd); - -libc_hidden_proto (tcsetattr) -libc_hidden_proto (cfsetispeed) -libc_hidden_proto (cfsetospeed) - -#endif -#endif |