glibc/include/termios.h
Andreas Jaeger 784d802ea2 Update.
* include/setjmp.h: Likewise.
2000-12-27 20:25:30 +00:00

10 lines
203 B
C

#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