]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add posix_fadvise64 and posix_fallocate64 at GLIBC_2.3.3.
authorUlrich Drepper <drepper@redhat.com>
Sun, 31 Aug 2003 18:13:35 +0000 (18:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 31 Aug 2003 18:13:35 +0000 (18:13 +0000)
sysdeps/unix/sysv/linux/arm/Versions

index 32cb1855050d08043e4201ebfc65354752f11569..2ddb2af2b70c8cb68085c5e3f5de2d5a4ab02309 100644 (file)
@@ -31,4 +31,7 @@ libc {
     # v*
     versionsort64;
   }
+  GLIBC_2.3.3 {
+    posix_fadvise64; posix_fallocate64;
+  }
 }