mirror of git://sourceware.org/git/glibc.git
14 lines
298 B
C
14 lines
298 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);
|
|
|
|
libc_hidden_proto (tcsetattr)
|
|
libc_hidden_proto (cfsetispeed)
|
|
libc_hidden_proto (cfsetospeed)
|
|
|
|
#endif
|