mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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.
5 lines
45 B
Text
5 lines
45 B
Text
libc {
|
|
GLIBC_2.10 {
|
|
fallocate64;
|
|
}
|
|
}
|