about summary refs log tree commit diff
path: root/misc/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'misc/Versions')
-rw-r--r--misc/Versions5
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/Versions b/misc/Versions
index f05915a28e..674ac48544 100644
--- a/misc/Versions
+++ b/misc/Versions
@@ -127,13 +127,10 @@ libc {
     # s*
     setxattr;
   }
-  GLIBC_2.3.1 {
-    # Support for cancellation points.
-    __libc_readv; __libc_writev;
-  }
   GLIBC_PRIVATE {
     # functions which have an additional interface since they are
     # cancelable.
     __libc_fsync; __libc_msync;
+    __libc_readv; __libc_writev;
   }
 }