about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bits/termios.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bits/termios.h b/bits/termios.h
index 4439c2f14e..6a883cebba 100644
--- a/bits/termios.h
+++ b/bits/termios.h
@@ -99,13 +99,13 @@
    `tcflag_t', `cc_t', `speed_t' and the `TC*' constants appropriately.  */
 
 /* Type of terminal control flag masks.  */
-typedef unsigned long int tcflag_t;
+typedef unsigned int tcflag_t;
 
 /* Type of control characters.  */
 typedef unsigned char cc_t;
 
 /* Type of baud rate specifiers.  */
-typedef long int speed_t;
+typedef int speed_t;
 
 /* Terminal control structure.  */
 struct termios