mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-10 21:01:45 +03: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.
6 lines
45 B
Plaintext
6 lines
45 B
Plaintext
libc {
|
|
GLIBC_2.10 {
|
|
fallocate64;
|
|
}
|
|
}
|