tools/coreutils: ignore gnulib changes to fcntl.h
authorMichael Pratt <mcpratt@pm.me>
Fri, 14 Jun 2024 07:58:19 +0000 (03:58 -0400)
committerRobert Marko <robimarko@gmail.com>
Wed, 19 Jun 2024 09:22:13 +0000 (11:22 +0200)
commitc24c3da00b2741b60a800891e1006fde3d9f76ae
tree4b5c6d63168b90a8c5583ef4a6ab299415f1ee84
parentf560588b05b90df55bd0cf516ec22f2d6ce5516e
tools/coreutils: ignore gnulib changes to fcntl.h

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>
tools/coreutils/Makefile