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
Update.
[glibc.git]
/
include
/
termios.h
blob
ed3b36525f7d5ae00c3da0b630d917b833fcc99d
1
#ifndef _TERMIOS_H
2
#include <termios/termios.h>
3
4
/* Now define the internal interfaces. */
5
extern
int
__tcgetattr
__P
((
int
__fd
,
struct
termios
*
__termios_p
));
6
#endif