Document use of CC and CFLAGS in more detail (bug 20980, bug 21234).
[glibc.git] / include / termios.h
blobe2c35ebbae0967bcf5fc97bf26a7c2819c0f2def
1 #ifndef _TERMIOS_H
2 #include <termios/termios.h>
4 #ifndef _ISOMAC
5 /* Now define the internal interfaces. */
6 extern int __tcgetattr (int __fd, struct termios *__termios_p);
7 extern int __tcsetattr (int __fd, int __optional_actions,
8 const struct termios *__termios_p);
10 extern int __libc_tcdrain (int __fd);
12 libc_hidden_proto (__tcgetattr)
13 libc_hidden_proto (tcsetattr)
14 libc_hidden_proto (cfsetispeed)
15 libc_hidden_proto (cfsetospeed)
17 #endif
18 #endif