blob: e2b369feb18e97fcf7b3d4196a1b2e4d856b9299 (
plain) (
tree)
|
|
#ifndef _TERMIOS_H
#include <termios/termios.h>
/* Now define the internal interfaces. */
extern int __tcgetattr (int __fd, struct termios *__termios_p);
extern int __libc_tcdrain (int __fd);
#endif
|