gustavonihei opened a new pull request #3070: URL: https://github.com/apache/incubator-nuttx/pull/3070
## Summary This PR intends to improve `mmap` compliance to OpenGroup specification. The standard expects that `mmap` return EACCES error code when a given file descriptor lacks the proper permission. ## Impact `mmap` performs a more strict validation of input parameters. So there will be an impact to application that relied on this not-compliant behavior. ## Testing Some LTP tests for `mmap` are now passing. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org