Files
nuttx/include
Zhe Weng 210c72a651 errno: Adjust help string for EALREADY and ESTALE
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.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2023-07-03 13:38:02 +08:00
..
2023-05-17 10:24:42 +08:00
2023-06-12 08:39:38 +02:00
2023-05-19 02:40:38 +08:00
2023-06-27 13:26:20 +08:00