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/dtable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/dtable.h') diff --git a/winsup/cygwin/dtable.h b/winsup/cygwin/dtable.h index 9e0523808..343eb8cc8 100644 --- a/winsup/cygwin/dtable.h +++ b/winsup/cygwin/dtable.h @@ -84,7 +84,7 @@ public: fhandler_base **add_archetype (); void delete_archetype (fhandler_base *); friend void dtable_init (); - friend void __stdcall close_all_files (bool); + friend void __stdcall close_all_files (); friend class cygheap_fdmanip; friend class cygheap_fdget; friend class cygheap_fdnew; -- cgit v1.2.3