RT-GasFlowMeter/rt-thread/components/libc/compilers/common/extension/fcntl
2025-07-23 16:43:26 +08:00
..
msvc 新建RT项目,添加LED控制 2025-07-23 16:43:26 +08:00
octal 新建RT项目,添加LED控制 2025-07-23 16:43:26 +08:00
README.md 新建RT项目,添加LED控制 2025-07-23 16:43:26 +08:00
SConscript 新建RT项目,添加LED控制 2025-07-23 16:43:26 +08:00

Because of the history issue, flags in fcntl.h, such as O_CREAT, have difference types of value. Some OS use hex flags and others use octal flags.

In terms of RT-Thread, Keil, IAR and MSVC use octal flags, which is located in the tcntl/octal folder; newlib uses hex flags; musl uses octal flags.