mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
* sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
int
|
||||
__fallocate64_l64 (int fd, int mode, __off64_t offset, __off64_t len)
|
||||
{
|
||||
#ifndef __NR_fallocate
|
||||
#ifdef __NR_fallocate
|
||||
return INLINE_SYSCALL (fallocate, 6, fd, mode,
|
||||
__LONG_LONG_PAIR ((long int) (offset >> 32),
|
||||
(long int) offset),
|
||||
|
Reference in New Issue
Block a user