mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
O_RDOK and O_WROK are non-standard aliases for O_RDONLY and O_WRONLY respectively. Having two names for the same flag creates confusion, especially when aligning the flag values with Linux. Remove the aliases and replace all uses with the standard O_RDONLY/O_WRONLY. No functional change — O_RDOK was defined as O_RDONLY and O_WROK as O_WRONLY, so the replacement is a pure text substitution. Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Make.defs | ||
| task_initinfo.c | ||
| task_uninitinfo.c | ||
| tls.h | ||
| tls_dupinfo.c | ||
| tls_initinfo.c | ||