4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-04 11:44:34 +08:00

5 lines
300 B
Markdown
Raw Normal View History

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.