rt-thread-stm32f072/rt-thread/components/libc/compilers/common/extension/fcntl
邱棚 e9fdd92958 feat: 适配rt-thread 2022-10-30 15:41:02 +08:00
..
msvc feat: 适配rt-thread 2022-10-30 15:41:02 +08:00
octal feat: 适配rt-thread 2022-10-30 15:41:02 +08:00
README.md feat: 适配rt-thread 2022-10-30 15:41:02 +08:00
SConscript feat: 适配rt-thread 2022-10-30 15:41:02 +08:00

README.md

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.