Phoenix-RTOS: Add caddr_t definition to <sys/types.h>.

This commit is contained in:
Kuba Sejdak 2016-06-28 10:47:49 +02:00 committed by Corinna Vinschen
parent c920bf0b01
commit 8a603a697f
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ typedef __uint64_t __off64_t;
typedef __uint32_t __key_t;
typedef __uint32_t __useconds_t;
typedef __uint32_t __daddr_t;
typedef char * caddr_t;
typedef __uint32_t __nlink_t;
typedef __uint8_t __u_char;
typedef unsigned short __u_short;