X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=StdLib%2FInclude%2Fsys%2Ftermios.h;fp=StdLib%2FInclude%2Fsys%2Ftermios.h;h=f2d60d002524a129aa0c37d72ff053df42c3ebe6;hb=5f5c60cc2d427cd953719dea9c57456a5d94d4ea;hp=75886065b7744c3b1d9f9dcfbf54e394d22e2956;hpb=ada4a003f9e42c27ce6c6cdad74157b8ec4c13ec;p=mirror_edk2.git 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;