diff options
Diffstat (limited to 'termios/Versions')
-rw-r--r-- | termios/Versions | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/termios/Versions b/termios/Versions index 711ed03..03e2063 100644 --- a/termios/Versions +++ b/termios/Versions @@ -3,6 +3,9 @@ libc { # c* cfgetispeed; cfgetospeed; cfmakeraw; cfsetispeed; cfsetospeed; cfsetspeed; + # i* + isatty; + # t* tcdrain; tcflow; tcflush; tcgetattr; tcgetpgrp; tcsendbreak; tcsetattr; tcsetpgrp; @@ -11,4 +14,8 @@ libc { # t* tcgetsid; } + GLIBC_2.42 { + # cf*baud + cfgetibaud; cfgetobaud; cfsetibaud; cfsetobaud; cfsetbaud; + } } |