mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-03-03 09:05:30 +08:00
Merge pull request #554 from ArdaFu/master
[libc][dlib] Add missing definition of mode_t
This commit is contained in:
commit
cfc72ec713
@ -9,4 +9,6 @@ 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 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 signed long ssize_t; /* Used for a count of bytes or an error indication. */
|
||||||
|
|
||||||
|
typedef int mode_t;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user