]> sourceware.org Git - glibc.git/blame - termios/Versions
2002-08-02 Roland McGrath <roland@redhat.com>
[glibc.git] / termios / Versions
CommitLineData
b0b67c47
UD
1libc {
2 GLIBC_2.0 {
b0b67c47
UD
3 # c*
4 cfgetispeed; cfgetospeed; cfmakeraw; cfsetispeed; cfsetospeed; cfsetspeed;
5
6 # t*
7 tcdrain; tcflow; tcflush; tcgetattr; tcgetpgrp; tcsendbreak; tcsetattr;
8 tcsetpgrp;
9 }
10 GLIBC_2.1 {
11 # t*
12 tcgetsid;
13 }
fb23eb25
UD
14 GLIBC_PRIVATE {
15 # functions which have an additional interface since they are
16 # are cancelable.
17 __libc_tcdrain;
18 }
b0b67c47 19}
This page took 0.169022 seconds and 5 git commands to generate.