mcst-linux-kernel/glibc-2.35/termios/Versions

15 lines
257 B
Plaintext
Raw Permalink Normal View History

2024-07-09 13:51:45 +03:00
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;
}
}