musl/arch
Jonathan Neuschäfer 4b125dd408 fix POSIX_FADV_DONTNEED/_NOREUSE on s390x
On s390x, POSIX_FADV_DONTNEED and POSIX_FADV_NOREUSE have different
values than on all other architectures that Linux supports.

Handle this difference by wrapping their definitions in
include/fcntl.h in #ifdef, so that arch/s390x/bits/fcntl.h can
override them.
2019-03-13 11:37:29 -04:00
..
aarch64 add io_pgetevents and rseq syscall numbers from linux v4.18 2018-12-09 22:29:12 -05:00
arm add io_pgetevents and rseq syscall numbers from linux v4.18 2018-12-09 22:29:12 -05:00
generic/bits move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
i386 add io_pgetevents and rseq syscall numbers from linux v4.18 2018-12-09 22:29:12 -05:00
m68k add support for arch-specific ptrace command macros 2018-07-17 22:25:08 -04:00
microblaze add io_pgetevents and rseq syscall numbers from linux v4.18 2018-12-09 22:29:12 -05:00
mips move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
mips64 move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
mipsn32 move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
or1k add io_pgetevents and rseq syscall numbers from linux v4.18 2018-12-09 22:29:12 -05:00
powerpc move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
powerpc64 move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
s390x fix POSIX_FADV_DONTNEED/_NOREUSE on s390x 2019-03-13 11:37:29 -04:00
sh move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
x32 add io_pgetevents and rseq syscall numbers from linux v4.18 2018-12-09 22:29:12 -05:00
x86_64 add io_pgetevents and rseq syscall numbers from linux v4.18 2018-12-09 22:29:12 -05:00