Files
test_rtt_413/rt-thread/components/libc/compilers/common/extension/fcntl
a1012112796 02210074ec init project
Signed-off-by: a1012112796 <1012112796@qq.com>
2022-09-26 15:41:16 +08:00
..
2022-09-26 15:41:16 +08:00
2022-09-26 15:41:16 +08:00
2022-09-26 15:41:16 +08:00
2022-09-26 15:41:16 +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.