move fallocate64 declaration under _LARGEFILE64_SOURCE feature test
authorRich Felker <dalias@aerifal.cx>
Tue, 2 May 2023 15:45:28 +0000 (11:45 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 2 May 2023 15:45:28 +0000 (11:45 -0400)
commit718f363bc2067b6487900eddc9180c84e7739f80
tree6ce5986b7c221fc7518f4810b0b2e75e1e504e0c
parentf5f55d6589940fd2c2188d76686efe3a530e64e0
move fallocate64 declaration under _LARGEFILE64_SOURCE feature test

overlooked in commit 25e6fee27f4a293728dd15b659170e7b9c7db9bc,
probably because the fallocate function itself is nonstandard and
already under _GNU_SOURCE.
include/fcntl.h