aboutsummaryrefslogtreecommitdiff
path: root/termios/Versions
blob: 03e2063b1f7c40b5ae8464731937b623374edbcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;
  }
}