mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
784d802ea2
* include/setjmp.h: Likewise.
10 lines
203 B
C
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
|