3 Commits
Author SHA1 Message Date
J. NeuschäferandRich Felker fcdff46a32 statx: add Linux 6.11 fields/constants
As of Linux 6.11, these fields and mask macros have been added to
include/uapi/linux/stat.h.
2025-06-13 14:30:42 -04:00
J. NeuschäferandRich Felker 18289e5dea ldso: fix typo in comment 2025-06-13 14:30:35 -04:00
Jonathan NeuschäferandRich Felker 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