* fhandler_tty.cc (fhandler_tty_slave::fhandler_tty_slave): Set "don't need
ready for read" flag. (fhandler_tty_slave::read): Don't do anything special with vtime when vmin == 0.
This commit is contained in:
@ -418,6 +418,7 @@ fhandler_tty_slave::fhandler_tty_slave (int num)
|
||||
fhandler_tty_slave::fhandler_tty_slave ()
|
||||
: fhandler_tty_common (FH_TTYS, 0)
|
||||
{
|
||||
set_r_no_interrupt (1);
|
||||
}
|
||||
|
||||
/* FIXME: This function needs to close handles when it has
|
||||
|
Reference in New Issue
Block a user