소스 검색

add BOTHER define from termios2

Mike Frysinger 17 년 전
부모
커밋
d08085316b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      libc/sysdeps/linux/common/bits/termios.h

+ 1 - 0
libc/sysdeps/linux/common/bits/termios.h

@@ -154,6 +154,7 @@ struct termios
 #ifdef __USE_MISC
 #ifdef __USE_MISC
 # define CBAUDEX 0010000
 # define CBAUDEX 0010000
 #endif
 #endif
+#define  BOTHER   0010000
 #define  B57600   0010001
 #define  B57600   0010001
 #define  B115200  0010002
 #define  B115200  0010002
 #define  B230400  0010003
 #define  B230400  0010003