Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix POSIX_FADV_DONTNEED/_NOREUSE on s390x | Jonathan Neuschäfer | 2019-03-13 | 1 | -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 port | Bobby Bingham | 2016-11-11 | 1 | -0/+40 |