From f9fb1149d5b1c0c15f9a554677019dbc5426ed83 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 2 Jun 2005 02:36:50 +0000 Subject: Revert 2005-05-30 close_all_files changes. * spawn.cc (spawn_guts): When execing, close all files after the child has synced with us. --- winsup/cygwin/fhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/fhandler.h') diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h index f0b588fca..ff2f315e3 100644 --- a/winsup/cygwin/fhandler.h +++ b/winsup/cygwin/fhandler.h @@ -82,7 +82,7 @@ enum query_state { class fhandler_base { friend class dtable; - friend void close_all_files (bool); + friend void close_all_files (); struct status_flags { -- cgit v1.2.3