blob: e2b369feb18e97fcf7b3d4196a1b2e4d856b9299 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef _TERMIOS_H
#include <termios/termios.h>
/* Now define the internal interfaces. */
extern int __tcgetattr (int __fd, struct termios *__termios_p);
extern int __libc_tcdrain (int __fd);
#endif
|