extinguish opened a new pull request, #17937:
URL: https://github.com/apache/nuttx/pull/17937
## Summary
Define `_POSIX_PRIO_IO` as `1` in `<unistd.h>` and update `fpathconf()` to
return this value for the` _PC_PRIO_IO` query, fixing the failing PSE52 test
case `/tset/rt.os/files/fpathconf/T.fpathconf{1}` which expects the constant to
be defined.
## Impact
Fixes the test failure where `_POSIX_ASYNC_IO` was reported as undefined—the
test actually requires `_POSIX_PRIO_IO` to be defined and returned by
`fpathconf()`.
## Testing
Verified that PSE52 `/tset/rt.os/files/fpathconf/T.fpathconf{1}` now passes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]