From 85ba109de7c313449a8d4cd8bcc7b0606d0f15ec Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 9 Jan 2003 08:22:05 +0000 Subject: Use isdirsep rather than SLASH_P throughout. * path.cc (iscygdrive): Disallow /cygdrive\x. (normalize_posix_path): "Normalize" a windows path, if detected, rather than converting to posix. * fhandler_serial.cc (fhandler_serial::tcsetattr): Add support and capability checking for B230400 bitrate. (fhandler_serial::tcgetattr): Add support for B230400 bitrate. * include/sys/termios.h: Add B230400 definition for Posix support of 230.4Kbps. --- winsup/cygwin/include/sys/termios.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin/include/sys/termios.h') 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 -- cgit v1.2.3