about summary refs log tree commit diff
path: root/io/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'io/Versions')
-rw-r--r--io/Versions6
1 files changed, 6 insertions, 0 deletions
diff --git a/io/Versions b/io/Versions
index 98898cb9d5..4448b7197c 100644
--- a/io/Versions
+++ b/io/Versions
@@ -128,4 +128,10 @@ libc {
   GLIBC_2.27 {
     copy_file_range;
   }
+  GLIBC_PRIVATE {
+    __libc_fcntl;
+    __fcntl_nocancel;
+    __open64_nocancel;
+    __write_nocancel;
+  }
 }