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 32cb185..2ddb2af 100644 (file)
@@ -31,4 +31,7 @@ libc {
     # v*
     versionsort64;
   }
+  GLIBC_2.3.3 {
+    posix_fadvise64; posix_fallocate64;
+  }
 }