mirror of
https://mirrors.tuna.tsinghua.edu.cn/git/glibc.git
synced 2026-01-12 00:20:19 +08:00
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> The definition may depend on termios internals.
22 lines
375 B
Plaintext
22 lines
375 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# c*
|
|
cfgetispeed; cfgetospeed; cfmakeraw; cfsetispeed; cfsetospeed; cfsetspeed;
|
|
|
|
# i*
|
|
isatty;
|
|
|
|
# t*
|
|
tcdrain; tcflow; tcflush; tcgetattr; tcgetpgrp; tcsendbreak; tcsetattr;
|
|
tcsetpgrp;
|
|
}
|
|
GLIBC_2.1 {
|
|
# t*
|
|
tcgetsid;
|
|
}
|
|
GLIBC_2.42 {
|
|
# cf*baud
|
|
cfgetibaud; cfgetobaud; cfsetibaud; cfsetobaud; cfsetbaud;
|
|
}
|
|
}
|