4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-01 21:10:24 +08:00

Merge pull request #484 from pangweishen/master

[components] add definition of mode_t for armlibc.
This commit is contained in:
Bernard Xiong 2015-05-21 09:41:29 +08:00
commit a99931e93c

View File

@ -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