wengzhe opened a new pull request, #9677: URL: https://github.com/apache/nuttx/pull/9677
## Summary `EALREADY`: Both Linux(asm-generic/errno.h) and FreeBSD(sys/sys/errno.h) regard it as "Operation already in progress" `ESTALE`: Linux specifically removed the "NFS" description, and we may not only use it for NFS https://github.com/torvalds/linux/commit/0ca43435188b9f911c8efcdf10731f726142dda1 The `ECANCELED` and `EOWNERDEAD` also use different strings from Linux's header, but their meanings are same, and NuttX's description are more likely to obey POSIX 1003.1-2008, so not changing them. ## Impact Help string for error codes. ## 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]
