about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/powerpc32
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2009-05-15 21:00:09 -0700
committerUlrich Drepper <drepper@redhat.com>2009-05-15 21:00:09 -0700
commit1f3615a1c97a030bca59f728f998947f852679b9 (patch)
tree79b139ae70f3b15a707b8231dedc9b583b5262d1 /sysdeps/unix/sysv/linux/powerpc/powerpc32
parent9e471dad8e173806cbbfb704875d5ae40e36fa34 (diff)
downloadglibc-1f3615a1c97a030bca59f728f998947f852679b9.tar.gz
glibc-1f3615a1c97a030bca59f728f998947f852679b9.tar.xz
glibc-1f3615a1c97a030bca59f728f998947f852679b9.zip
Add missing export of fallocate64 on 32-bit platforms.
Due to a pasto the fallocate64 interface, introduced in glibc 2.10,
isn't exported for 32-bit Linux platforms.  It is too late for this
now so exported them for glibc 2.11.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc32')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions b/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
index 181d70150c..6fa0119e95 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
@@ -27,4 +27,7 @@ libc {
   GLIBC_2.3.4 {
     setcontext; getcontext; swapcontext; makecontext;
   }
+  GLIBC_2.11 {
+    fallocate64;
+  }
 }