diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2008-01-05 08:59:09 +0000 | 
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-05 08:59:09 +0000 | 
| commit | d08085316bb279f35f41e80a8faa0a964be50b48 (patch) | |
| tree | 5cdb30683479c6b8b74ad42936fb8540d4599ea9 | |
| parent | fc47b3641c341d404358bcc2ecde05676a71c4da (diff) | |
add BOTHER define from termios2
| -rw-r--r-- | libc/sysdeps/linux/common/bits/termios.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/bits/termios.h b/libc/sysdeps/linux/common/bits/termios.h index c71e4ad1f..b648d8000 100644 --- a/libc/sysdeps/linux/common/bits/termios.h +++ b/libc/sysdeps/linux/common/bits/termios.h @@ -154,6 +154,7 @@ struct termios  #ifdef __USE_MISC  # define CBAUDEX 0010000  #endif +#define  BOTHER   0010000  #define  B57600   0010001  #define  B115200  0010002  #define  B230400  0010003  | 
