posix_fallocate can fail if the underlying filesystem does not support it; and, on AIX, such a failure is reported by a return value of ENOTSUP. The existing code checks only for EOPNOTSUPP, which may share the same value as ENOTSUP, but is not required to.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 29989 Build 29988: arc lint + arc unit