clean up uclibc patch/config version handling a bit
[openwrt/openwrt.git] / toolchain / uClibc / patches-0.9.29 / 100-termios.patch
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
4 #endif
5 #define B57600 0010001
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
15 -#else
16 -#define __MAX_BAUD B115200
17 -#endif
18 #ifdef __USE_MISC
19 # define CIBAUD 002003600000 /* input baud rate (not used) */
20 # define CMSPAR 010000000000 /* mark or space (stick) parity */