From 38b318fa3d3028a01e86bc535dd9d40adb57bafe Mon Sep 17 00:00:00 2001 From: jjohnstn Date: Fri, 14 Oct 2005 20:01:54 +0000 Subject: [PATCH] 2005-10-14 Jeff Johnston * libc/sys/linux/sys/types.h (int8_t): Add type. --- newlib/ChangeLog | 4 ++++ newlib/libc/sys/linux/sys/types.h | 1 + 2 files changed, 5 insertions(+) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 0a21619031..78cda649dd 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2005-10-14 Jeff Johnston + + * libc/sys/linux/sys/types.h (int8_t): Add type. + 2005-10-14 Bob Wilson * libm/common/Makefile.am (doc): Do not append to $(TARGETDOC). diff --git a/newlib/libc/sys/linux/sys/types.h b/newlib/libc/sys/linux/sys/types.h index 47f49087ab..1401b0598d 100644 --- a/newlib/libc/sys/linux/sys/types.h +++ b/newlib/libc/sys/linux/sys/types.h @@ -166,6 +166,7 @@ typedef __uint8_t u_int8_t; typedef __uint16_t u_int16_t; typedef __uint32_t u_int32_t; typedef __uint64_t u_int64_t; +typedef __int8_t int8_t; typedef __int16_t int16_t; typedef __int32_t int32_t; typedef __int64_t int64_t; -- 2.11.0