blob: 711ed0334b52fe95d20f59c273e7b344d08fc33a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
libc {
GLIBC_2.0 {
# c*
cfgetispeed; cfgetospeed; cfmakeraw; cfsetispeed; cfsetospeed; cfsetspeed;
# t*
tcdrain; tcflow; tcflush; tcgetattr; tcgetpgrp; tcsendbreak; tcsetattr;
tcsetpgrp;
}
GLIBC_2.1 {
# t*
tcgetsid;
}
}
|