Fix termios/lib_cfspeed.c:78:5: error: large integer implicitly truncated to unsigned type

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2021-12-17 17:19:43 +08:00 committed by Gustavo Henrique Nihei
parent 86684105f9
commit 077a28eff6

View file

@ -217,7 +217,7 @@
/* Baud rate selection */
typedef unsigned int speed_t; /* Used for terminal baud rates */
typedef unsigned long speed_t; /* Used for terminal baud rates */
/* Types used within the termios structure */