about summary refs log tree commit diff
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/io/Versions b/io/Versions
index ab489fd25e..3cfe41511a 100644
--- a/io/Versions
+++ b/io/Versions
@@ -87,4 +87,8 @@ libc {
     # l*
     lockf64;
   }
+  GLIBC_2.1.3 {
+    # For the cancelation wrappers.
+    __libc_open64; __libc_lseek64;
+  }
 }