1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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.
This commit is contained in:
Jakub Jelinek
2009-05-15 21:00:09 -07:00
committed by Ulrich Drepper
parent 9e471dad8e
commit 1f3615a1c9
10 changed files with 42 additions and 3 deletions

View File

@ -139,7 +139,7 @@ libc {
epoll_create1; inotify_init1;
}
GLIBC_2.10 {
fallocate; fallocate64;
fallocate;
}
GLIBC_PRIVATE {
# functions used in other libraries