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