From 282eff9a6a90fed4d59196f8dced9b941ccda9af Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 2 Jul 2003 20:32:07 +0000 Subject: 2003-07-02 Jeff Johnston * libc/include/sys/types.h (int8_t): Make signed. --- newlib/libc/include/sys/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/include/sys') diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys/types.h index f17379e73..238af1f50 100644 --- a/newlib/libc/include/sys/types.h +++ b/newlib/libc/include/sys/types.h @@ -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; -- cgit v1.2.3