Update.
[glibc.git] / include / termios.h
blobe2b369feb18e97fcf7b3d4196a1b2e4d856b9299
1 #ifndef _TERMIOS_H
2 #include <termios/termios.h>
4 /* Now define the internal interfaces. */
5 extern int __tcgetattr (int __fd, struct termios *__termios_p);
7 extern int __libc_tcdrain (int __fd);
9 #endif