This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


From: Kuba Sejdak <jakub.sejdak@phoesys.com>

---
 newlib/libc/sys/phoenix/sys/types.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/newlib/libc/sys/phoenix/sys/types.h b/newlib/libc/sys/phoenix/sys/types.h
index f491bd8..c0c9198 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;
-- 
2.7.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]