crafcat7 opened a new pull request, #8154: URL: https://github.com/apache/nuttx/pull/8154
## Summary In the test of the syscall, the call truncate on socket type is expected to return 'EINVAL' error type, but actually returns 'ENOSYS'. So add the judgment whether it is socket type in inode judgment to return the correct errno. ## Impact ## Testing -- 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]
