From 8ff5cf2c6f0d6918d017ac02a6172e0dcd9f32e4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 31 Aug 2003 18:13:35 +0000 Subject: [PATCH] Add posix_fadvise64 and posix_fallocate64 at GLIBC_2.3.3. --- sysdeps/unix/sysv/linux/arm/Versions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysdeps/unix/sysv/linux/arm/Versions b/sysdeps/unix/sysv/linux/arm/Versions index 32cb185..2ddb2af 100644 --- a/sysdeps/unix/sysv/linux/arm/Versions +++ b/sysdeps/unix/sysv/linux/arm/Versions @@ -31,4 +31,7 @@ libc { # v* versionsort64; } + GLIBC_2.3.3 { + posix_fadvise64; posix_fallocate64; + } } -- 2.7.4