Add missing export of fallocate64 on 32-bit platforms.
commit1f3615a1c97a030bca59f728f998947f852679b9
authorJakub Jelinek <jakub@redhat.com>
Sat, 16 May 2009 04:00:09 +0000 (15 21:00 -0700)
committerUlrich Drepper <drepper@redhat.com>
Sat, 16 May 2009 04:00:09 +0000 (15 21:00 -0700)
tree79b139ae70f3b15a707b8231dedc9b583b5262d1
parent9e471dad8e173806cbbfb704875d5ae40e36fa34
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.
nptl/ChangeLog
sysdeps/unix/sysv/linux/Versions
sysdeps/unix/sysv/linux/fallocate64.c
sysdeps/unix/sysv/linux/i386/Versions
sysdeps/unix/sysv/linux/i386/fallocate64.c
sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
sysdeps/unix/sysv/linux/s390/s390-32/Versions
sysdeps/unix/sysv/linux/sh/Versions
sysdeps/unix/sysv/linux/sparc/sparc32/Versions
sysdeps/unix/sysv/linux/wordsize-64/Versions [new file with mode: 0644]