lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | #ifndef _TERMIOS_H |
2 | #include <termios/termios.h> | ||||
3 | |||||
4 | #ifndef _ISOMAC | ||||
5 | /* Now define the internal interfaces. */ | ||||
6 | extern int __tcgetattr (int __fd, struct termios *__termios_p); | ||||
7 | |||||
8 | extern int __libc_tcdrain (int __fd); | ||||
9 | |||||
10 | libc_hidden_proto (tcsetattr) | ||||
11 | libc_hidden_proto (cfsetispeed) | ||||
12 | libc_hidden_proto (cfsetospeed) | ||||
13 | |||||
14 | #endif | ||||
15 | #endif |