diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-31 18:55:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-31 18:55:52 +0000 |
commit | 28c97261ea0b6570b6c92222f5a8676a012bdf21 (patch) | |
tree | 99a85cb1a58c0e3cf6296b5c4a3243f7a05a3969 /sysdeps | |
parent | cd2fbe58e617407e79b64c68cef34224803aa910 (diff) | |
download | glibc-28c97261ea0b6570b6c92222f5a8676a012bdf21.tar glibc-28c97261ea0b6570b6c92222f5a8676a012bdf21.tar.gz glibc-28c97261ea0b6570b6c92222f5a8676a012bdf21.tar.bz2 glibc-28c97261ea0b6570b6c92222f5a8676a012bdf21.zip |
Update.
2003-08-31 Philip Blundell <philb@gnu.org>
* sysdeps/unix/sysv/linux/arm/Versions: Add posix_fadvise64 and
posix_fallocate64 at GLIBC_2.3.3.
Diffstat (limited to 'sysdeps')
-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; + } } |