OSDN Git Service

2003-07-02 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 2 Jul 2003 20:32:07 +0000 (20:32 +0000)
committerjjohnstn <jjohnstn>
Wed, 2 Jul 2003 20:32:07 +0000 (20:32 +0000)
        * libc/include/sys/types.h (int8_t): Make signed.

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

index b33fe6f..dcf7ef1 100644 (file)
@@ -1,5 +1,9 @@
 2003-07-02  Jeff Johnston  <jjohnstn@redhat.com>
 
+       * libc/include/sys/types.h (int8_t): Make signed.
+
+2003-07-02  Jeff Johnston  <jjohnstn@redhat.com>
+
        * libc/sys/linux/include/mqueue.h: Add include of <sys/fcntl.h>.
 
 2003-06-27  Jose Goncalves  <jose.goncalves@inov.pt>
index f17379e..238af1f 100644 (file)
@@ -129,7 +129,7 @@ typedef unsigned long vm_size_t;
 
 #define __BIT_TYPES_DEFINED__
 
-typedef char int8_t;
+typedef signed char int8_t;
 typedef unsigned char u_int8_t;
 typedef short int16_t;
 typedef unsigned short u_int16_t;