Unroll x86-64 strlen
[glibc.git] / include / termios.h
blob8916f1434ff60de8989e980f19677a86163d6a8d
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 libc_hidden_proto (tcsetattr)
10 libc_hidden_proto (cfsetispeed)
11 libc_hidden_proto (cfsetospeed)
13 #endif