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/Versions10
1 files changed, 10 insertions, 0 deletions
diff --git a/io/Versions b/io/Versions
index 98898cb9d5..b168d3eb4c 100644
--- a/io/Versions
+++ b/io/Versions
@@ -128,4 +128,14 @@ libc {
   GLIBC_2.27 {
     copy_file_range;
   }
+  GLIBC_PRIVATE {
+    # called from libpthread
+    __libc_close;
+    __libc_fcntl;
+    __libc_lseek; __libc_lseek64;
+    __libc_open; __libc_open64;
+    __libc_read;
+    __libc_write;
+    __write_nocancel;
+  }
 }