1 --- a/libc/sysdeps/linux/common/bits/termios.h
2 +++ b/libc/sysdeps/linux/common/bits/termios.h
3 @@ -156,7 +156,6 @@ struct termios
6 #define B115200 0010002
7 -#if 0 /* limited on uClibc, keep in sync w/ cfsetspeed.c */
8 #define B230400 0010003
9 #define B460800 0010004
10 #define B500000 0010005
11 @@ -171,9 +170,6 @@ struct termios
12 #define B3500000 0010016
13 #define B4000000 0010017
14 #define __MAX_BAUD B4000000
16 -#define __MAX_BAUD B115200
19 # define CIBAUD 002003600000 /* input baud rate (not used) */
20 # define CMSPAR 010000000000 /* mark or space (stick) parity */