From d08085316bb279f35f41e80a8faa0a964be50b48 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 5 Jan 2008 08:59:09 +0000 Subject: add BOTHER define from termios2 --- libc/sysdeps/linux/common/bits/termios.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/bits/termios.h') 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 -- cgit v1.2.3