Linux: Make generic fcntl.h the default one
commit9d53dc48e885da95b60a12c1cbbce8d3ca5d7598
authorAdhemerval Zanella Netto <adhemerval.zanella@linaro.org>
Wed, 19 Oct 2022 22:14:31 +0000 (19 19:14 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 7 Dec 2022 17:40:52 +0000 (7 14:40 -0300)
tree2c36e000d33d050132f7aec9b13c6547944ef206
parentfea7abbc23d47e5d4f4077dcee0aa35a8ce66800
Linux: Make generic fcntl.h the default one

It is currently used for csky, arc, nios2, and or1k.  Newer 64 bit
architecture, like riscv32 and loongarch, reimplement it to override
F_GETLK64/F_SETLK64/F_SETLKW64.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
sysdeps/unix/sysv/linux/bits/fcntl.h [moved from sysdeps/unix/sysv/linux/generic/bits/fcntl.h with 100% similarity]