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]
/
termios
/
Versions
blob
c6acfb2047a986281f5230b8596d2cf09a81364f
1
libc {
2
GLIBC_2.0 {
3
# functions which have an additional interface since they are
4
# are cancelable.
5
__libc_tcdrain;
6
7
# c*
8
cfgetispeed; cfgetospeed; cfmakeraw; cfsetispeed; cfsetospeed; cfsetspeed;
9
10
# t*
11
tcdrain; tcflow; tcflush; tcgetattr; tcgetpgrp; tcsendbreak; tcsetattr;
12
tcsetpgrp;
13
}
14
GLIBC_2.1 {
15
# t*
16
tcgetsid;
17
}
18
}