2 #include <termios/termios.h>
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
)