1f3615a1c9
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.
6 lines
45 B
Plaintext
6 lines
45 B
Plaintext
libc {
|
|
GLIBC_2.10 {
|
|
fallocate64;
|
|
}
|
|
}
|