projects
/
kopensolaris-gnu
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
getwchar_unlocked implementation.
[kopensolaris-gnu/glibc.git]
/
termios
/
Versions
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
}