tools/gnulib: add fallocate-posix module
authorMichael Pratt <mcpratt@pm.me>
Mon, 10 Jun 2024 08:04:41 +0000 (04:04 -0400)
committerRobert Marko <robimarko@gmail.com>
Wed, 19 Jun 2024 09:22:13 +0000 (11:22 +0200)
commitf07621e10b2ed85391eee7f489d843fb3f01ff6a
treea2c68886d3971c080bf2031cfd237538b7c039a1
parent447093ffdefd04481096562090cb7bcced5287ed
tools/gnulib: add fallocate-posix module

Add a module to gnulib to support posix_fallocate()
for macOS and other systems that are missing it.

Apple-specific code is sourced from Mozilla,
and the rest from glibc, both licensed under LGPL.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
Link: https://github.com/openwrt/openwrt/pull/15690
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/gnulib/patches/320-modules-fallocate-posix.patch [new file with mode: 0644]