svn commit: trunk/uClibc/libc/sysdeps/linux/common/bits

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 00:59:10 PST 2008


Author: vapier
Date: 2008-01-05 00:59:09 -0800 (Sat, 05 Jan 2008)
New Revision: 20724

Log:
add BOTHER define from termios2

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/bits/termios.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/termios.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/termios.h	2008-01-05 08:34:38 UTC (rev 20723)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/termios.h	2008-01-05 08:59:09 UTC (rev 20724)
@@ -154,6 +154,7 @@
 #ifdef __USE_MISC
 # define CBAUDEX 0010000
 #endif
+#define  BOTHER   0010000
 #define  B57600   0010001
 #define  B115200  0010002
 #define  B230400  0010003



More information about the uClibc-cvs mailing list