[components] add definition of mode_t for armlibc.
This commit is contained in:
parent
be7b8421a5
commit
b5add19b0e
|
@ -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 signed long ssize_t; /* Used for a count of bytes or an error indication. */
|
||||
|
||||
typedef int mode_t;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue