diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-31 18:13:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-31 18:13:35 +0000 |
commit | 8ff5cf2c6f0d6918d017ac02a6172e0dcd9f32e4 (patch) | |
tree | 4433f2967ecb21e24235ffe361118b0c6bdcfd60 /sysdeps/unix | |
parent | 62810a52b584246c77d8d8bb8d6cf7f9f76534d2 (diff) | |
download | glibc-8ff5cf2c6f0d6918d017ac02a6172e0dcd9f32e4.tar glibc-8ff5cf2c6f0d6918d017ac02a6172e0dcd9f32e4.tar.gz glibc-8ff5cf2c6f0d6918d017ac02a6172e0dcd9f32e4.tar.bz2 glibc-8ff5cf2c6f0d6918d017ac02a6172e0dcd9f32e4.zip |
Add posix_fadvise64 and posix_fallocate64 at GLIBC_2.3.3.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/Versions b/sysdeps/unix/sysv/linux/arm/Versions index 32cb185505..2ddb2af2b7 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; + } } |