Remove "[Add new features here]" for 2.27
[glibc.git] / include / termios.h
blob1a36e226b8313704d26b97b467c5e7a03294e3d3
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 (tcsetattr)
13 libc_hidden_proto (cfsetispeed)
14 libc_hidden_proto (cfsetospeed)
16 #endif
17 #endif