summaryrefslogtreecommitdiff
path: root/termios
diff options
context:
space:
mode:
Diffstat (limited to 'termios')
-rw-r--r--termios/Versions9
1 files changed, 5 insertions, 4 deletions
diff --git a/termios/Versions b/termios/Versions
index c6acfb2047..ddd2705305 100644
--- a/termios/Versions
+++ b/termios/Versions
@@ -1,9 +1,5 @@
libc {
GLIBC_2.0 {
- # functions which have an additional interface since they are
- # are cancelable.
- __libc_tcdrain;
-
# c*
cfgetispeed; cfgetospeed; cfmakeraw; cfsetispeed; cfsetospeed; cfsetspeed;
@@ -15,4 +11,9 @@ libc {
# t*
tcgetsid;
}
+ GLIBC_PRIVATE {
+ # functions which have an additional interface since they are
+ # are cancelable.
+ __libc_tcdrain;
+ }
}