Fix powerpc software sqrtf (bug 17967).
[glibc.git] / include / termios.h
blobfad51f83854939dde192e82b3f1108a59ad8bcdc
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);
8 extern int __libc_tcdrain (int __fd);
10 libc_hidden_proto (tcsetattr)
11 libc_hidden_proto (cfsetispeed)
12 libc_hidden_proto (cfsetospeed)
14 #endif
15 #endif