glibc/sysdeps/unix/sysv/linux/wordsize-64/Versions
Jakub Jelinek 1f3615a1c9 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.
2009-05-15 21:00:09 -07:00

5 lines
45 B
Text

libc {
GLIBC_2.10 {
fallocate64;
}
}