diff options
author | Kuba Sejdak <jakub.sejdak@phoesys.com> | 2016-06-28 10:47:49 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-06-28 12:47:05 +0200 |
commit | 8a603a697f536c5fa88a8af562250c9a3c9f9871 (patch) | |
tree | b251a43784fc226750811b79358e97b1d3ef119d | |
parent | c920bf0b010a1d25a5a31b922acafec34ac054ec (diff) | |
download | cygnal-8a603a697f536c5fa88a8af562250c9a3c9f9871.tar.gz cygnal-8a603a697f536c5fa88a8af562250c9a3c9f9871.tar.bz2 cygnal-8a603a697f536c5fa88a8af562250c9a3c9f9871.zip |
Phoenix-RTOS: Add caddr_t definition to <sys/types.h>.
-rw-r--r-- | newlib/libc/sys/phoenix/sys/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/sys/phoenix/sys/types.h b/newlib/libc/sys/phoenix/sys/types.h index f491bd8e7..c0c91986e 100644 --- a/newlib/libc/sys/phoenix/sys/types.h +++ b/newlib/libc/sys/phoenix/sys/types.h @@ -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; |