about summary refs log tree commit diff
path: root/arch/s390x/bits/fcntl.h
Commit message (Collapse)AuthorAgeFilesLines
* fix POSIX_FADV_DONTNEED/_NOREUSE on s390xJonathan Neuschäfer2019-03-131-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.
* add s390x portBobby Bingham2016-11-111-0/+40