From 4ae84b225105921c1ceef22ff541b06ba7558c11 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 24 Oct 2013 15:26:21 +0000 Subject: * external.cc (fillout_pinfo): If start_time is 0, wait a while before returning the pinfo structure. * fhandler.cc (fhandler_base::open_setup): Convert from inline. * fhandler.h (fhandler_base::open_setup): Declare. * fhandler_console.cc (fhandler_console::open_setup): Always call fhandler_base::open_setup. * fhandler_tty.cc (fhandler_pty_slave::open_setup): Ditto. (fhandler_pty_master::open_setup): Ditto. --- winsup/cygwin/fhandler.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'winsup/cygwin/fhandler.cc') diff --git a/winsup/cygwin/fhandler.cc b/winsup/cygwin/fhandler.cc index 6e4539c..39dcbd0 100644 --- a/winsup/cygwin/fhandler.cc +++ b/winsup/cygwin/fhandler.cc @@ -720,6 +720,11 @@ done: return res; } +void +fhandler_base::open_setup (int) +{ +} + /* states: open buffer in binary mode? Just do the read. -- cgit v1.1