diff --git a/StdLib/Include/sys/termios.h b/StdLib/Include/sys/termios.h index 75886065b7..f2d60d0025 100644 --- a/StdLib/Include/sys/termios.h +++ b/StdLib/Include/sys/termios.h @@ -152,7 +152,7 @@ typedef enum { #define NOFLSH 0x0800 /* don't flush output on signal */ #define FLUSHO 0x1000 /* output being flushed (state) */ -typedef INT8 cc_t; +typedef UINT8 cc_t; typedef UINT16 tcflag_t; typedef UINT32 speed_t;