19 lines
366 B
Plaintext
19 lines
366 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# functions which have an additional interface since they are
|
|
# are cancelable.
|
|
__libc_tcdrain;
|
|
|
|
# c*
|
|
cfgetispeed; cfgetospeed; cfmakeraw; cfsetispeed; cfsetospeed; cfsetspeed;
|
|
|
|
# t*
|
|
tcdrain; tcflow; tcflush; tcgetattr; tcgetpgrp; tcsendbreak; tcsetattr;
|
|
tcsetpgrp;
|
|
}
|
|
GLIBC_2.1 {
|
|
# t*
|
|
tcgetsid;
|
|
}
|
|
}
|