summary refs log tree commit diff
path: root/io/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'io/Versions')
-rw-r--r--io/Versions5
1 files changed, 4 insertions, 1 deletions
diff --git a/io/Versions b/io/Versions
index 4448b7197c..98037fbbfc 100644
--- a/io/Versions
+++ b/io/Versions
@@ -128,8 +128,11 @@ libc {
   GLIBC_2.27 {
     copy_file_range;
   }
+  GLIBC_2.28 {
+    fcntl64;
+  }
   GLIBC_PRIVATE {
-    __libc_fcntl;
+    __libc_fcntl64;
     __fcntl_nocancel;
     __open64_nocancel;
     __write_nocancel;