Copilot 30e1e5e9dc Reorganize Group names in build system for clarity and IDE integration #10923 hai 2 meses
..
msvc 30e1e5e9dc Reorganize Group names in build system for clarity and IDE integration #10923 hai 2 meses
octal 30e1e5e9dc Reorganize Group names in build system for clarity and IDE integration #10923 hai 2 meses
README.md c318dfa964 improve libc time and MSVC simulator (#5775) %!s(int64=3) %!d(string=hai) anos
SConscript c318dfa964 improve libc time and MSVC simulator (#5775) %!s(int64=3) %!d(string=hai) anos

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.