(inspired by a patch from Egor Duda)
* select.cc (fhandler_tty_slave::ready_for_read): Remove. * fhandler.h (fhandler_tty_slave::ready_for_read): Remove declaration. * fhandler_tty.cc (fhandler_tty_slave::read): Don't do anything special with vtime when vmin == 0. * autoload.cc (GetConsoleWindow): Correct parameter count.
This commit is contained in:
@@ -888,8 +888,6 @@ class fhandler_tty_slave: public fhandler_tty_common
|
||||
|
||||
__off64_t lseek (__off64_t, int) { return 0; }
|
||||
select_record *select_read (select_record *s);
|
||||
int ready_for_read (int fd, DWORD howlong);
|
||||
|
||||
int cygserver_attach_tty (HANDLE*, HANDLE*);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user