mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 17:44:20 +08:00
[libc] Add mode_t in rtlibc.h for Keil MDK/IAR.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
|
||||
#if defined(__CC_ARM) || defined(__IAR_SYSTEMS_ICC__)
|
||||
typedef signed long off_t;
|
||||
typedef int mode_t;
|
||||
#endif
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
|
||||
Reference in New Issue
Block a user