mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +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:
committed by
Ulrich Drepper
parent
9e471dad8e
commit
1f3615a1c9
@ -23,7 +23,7 @@
|
||||
|
||||
/* Reserve storage for the data of the file associated with FD. */
|
||||
int
|
||||
__fallocate64_l64 (int fd, int mode, __off64_t offset, __off64_t len)
|
||||
fallocate64 (int fd, int mode, __off64_t offset, __off64_t len)
|
||||
{
|
||||
#ifdef __NR_fallocate
|
||||
return INLINE_SYSCALL (fallocate, 6, fd, mode,
|
||||
|
Reference in New Issue
Block a user