* fhandler.h (fhandler_serial::is_tty): Reinstantiate.

This commit is contained in:
Corinna Vinschen
2014-08-19 08:31:10 +00:00
parent bd094739f3
commit be2b7c5684
2 changed files with 6 additions and 0 deletions

View File

@ -1144,6 +1144,7 @@ class fhandler_serial: public fhandler_base
return -1;
}
int tcflush (int);
bool is_tty () const { return true; }
void fixup_after_fork (HANDLE parent);
void fixup_after_exec ();