mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-16 04:18:20 +00:00
[libc] Add mode_t in rtlibc.h for Keil MDK/IAR.
This commit is contained in:
@@ -9,6 +9,4 @@ typedef rt_int32_t key_t; /* Used for interprocess communication. */
|
||||
typedef rt_int32_t pid_t; /* Used for process IDs and process group IDs. */
|
||||
typedef signed long ssize_t; /* Used for a count of bytes or an error indication. */
|
||||
|
||||
typedef int mode_t;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user