[libc][dlib] Add missing definition of mode_t

For using pthread with IAR tool chain
This commit is contained in:
Arda 2015-09-26 23:39:04 +08:00
parent 090153f94f
commit 53c85fb989
1 changed files with 2 additions and 0 deletions

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