repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
[glibc.git]
/
include
/
termios.h
blob
e2b369feb18e97fcf7b3d4196a1b2e4d856b9299
1
#ifndef _TERMIOS_H
2
#include <termios/termios.h>
3
4
/* Now define the internal interfaces. */
5
extern
int
__tcgetattr
(
int
__fd
,
struct
termios
*
__termios_p
);
6
7
extern
int
__libc_tcdrain
(
int
__fd
);
8
9
#endif