As a side-effect to adding a gnulib module for posix_fallocate(),
there are changes to the input file for fcntl.h which
are not handled here since autoreconf is not ran.
Skip updating the fcntl.h header from gnulib
and use the version shipped with the release.
Signed-off-by: Michael Pratt <mcpratt@pm.me>
Link: https://github.com/openwrt/openwrt/pull/15690
Signed-off-by: Robert Marko <robimarko@gmail.com>
HOST_GNULIB_SKIP := \
lib/nstrftime.c \
lib/fprintftime.c \
+ lib/fcntl.in.h \
lib/locale.in.h
HOST_CONFIGURE_ARGS += \