summaryrefslogtreecommitdiff
path: root/termios/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'termios/Versions')
-rw-r--r--termios/Versions18
1 files changed, 18 insertions, 0 deletions
diff --git a/termios/Versions b/termios/Versions
new file mode 100644
index 0000000000..c6acfb2047
--- /dev/null
+++ b/termios/Versions
@@ -0,0 +1,18 @@
+libc {
+ GLIBC_2.0 {
+ # functions which have an additional interface since they are
+ # are cancelable.
+ __libc_tcdrain;
+
+ # c*
+ cfgetispeed; cfgetospeed; cfmakeraw; cfsetispeed; cfsetospeed; cfsetspeed;
+
+ # t*
+ tcdrain; tcflow; tcflush; tcgetattr; tcgetpgrp; tcsendbreak; tcsetattr;
+ tcsetpgrp;
+ }
+ GLIBC_2.1 {
+ # t*
+ tcgetsid;
+ }
+}