OSDN Git Service

2005-10-14 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Fri, 14 Oct 2005 20:01:54 +0000 (20:01 +0000)
committerjjohnstn <jjohnstn>
Fri, 14 Oct 2005 20:01:54 +0000 (20:01 +0000)
        * libc/sys/linux/sys/types.h (int8_t): Add type.

newlib/ChangeLog
newlib/libc/sys/linux/sys/types.h

index 0a21619..78cda64 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-14  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * libc/sys/linux/sys/types.h (int8_t): Add type.
+
 2005-10-14  Bob Wilson  <bob.wilson@acm.org>
 
         * libm/common/Makefile.am (doc): Do not append to $(TARGETDOC).
index 47f4908..1401b05 100644 (file)
@@ -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;