Add CMIN and CTIME definitions
* include/sys/termios.h: Add CMIN and CTIME. * fhandler_termios.cc (fhandler_termios::tcinit): Use CMIN and CTIME. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/* sys/termios.h
|
||||
|
||||
Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||
2008, 2009, 2010, 2011, 2012 Red Hat, Inc.
|
||||
2008, 2009, 2010, 2011, 2012, 2015 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
@ -99,6 +99,8 @@ POSIX commands */
|
||||
#define CDISCARD CFLUSH
|
||||
#define CWERASE CTRL('W')
|
||||
#define CLNEXT CTRL('V')
|
||||
#define CMIN 1
|
||||
#define CTIME 0
|
||||
|
||||
/* iflag bits */
|
||||
#define IGNBRK 0x00001
|
||||
|
Reference in New Issue
Block a user