]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/Versions
Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)
[thirdparty/glibc.git] / io / Versions
index 4448b7197c42823bc187e48f0eec56e9efb02ba1..98037fbbfcc32f8cf3b5e6e66ac4303d4307b9f1 100644 (file)
@@ -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;