aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-01-09 08:22:58 +0000
committerChristopher Faylor <me@cgf.cx>2003-01-09 08:22:58 +0000
commitf973bbed9887225a96541139710fba3a61eaeb23 (patch)
treec621af9c86237be0a286b63ec43687ae8af8349b
parent039d63c8386a9f7410a264928c43bb00ec82eb72 (diff)
downloadnewlib-unlabeled-1.5.16.zip
newlib-unlabeled-1.5.16.tar.gz
newlib-unlabeled-1.5.16.tar.bz2
-rw-r--r--winsup/cygwin/include/sys/termios.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/sys/termios.h b/winsup/cygwin/include/sys/termios.h
index 20a84aa..f7f88be 100644
--- a/winsup/cygwin/include/sys/termios.h
+++ b/winsup/cygwin/include/sys/termios.h
@@ -177,7 +177,8 @@ POSIX commands */
#define B57600 0x01001
#define B115200 0x01002
#define B128000 0x01003
-#define B256000 0x01003
+#define B230400 0x01004
+#define B256000 0x01005
#define CRTSXOFF 0x04000
#define CRTSCTS 0x08000