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:
parent
86684105f9
commit
077a28eff6
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user