summaryrefslogtreecommitdiff
path: root/arch/s390x/bits/fcntl.h
AgeCommit message (Collapse)AuthorLines
2019-03-13fix POSIX_FADV_DONTNEED/_NOREUSE on s390xJonathan Neuschäfer-0/+3
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.
2016-11-11add s390x portBobby Bingham-0/+40