Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-01-09 11:22:58 +0300
committerChristopher Faylor <me@cgf.cx>2003-01-09 11:22:58 +0300
commitf973bbed9887225a96541139710fba3a61eaeb23 (patch)
treec621af9c86237be0a286b63ec43687ae8af8349b
parent039d63c8386a9f7410a264928c43bb00ec82eb72 (diff)
-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 20a84aa78..f7f88be61 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