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/winsup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/winsup.h') diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 6145306ed..9d7cc96a5 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -221,7 +221,7 @@ void uinfo_init (void); void events_init (void); void events_terminate (void); -void __stdcall close_all_files (bool); +void __stdcall close_all_files (); /* Globals that handle initialization of winsock in a child process. */ extern HANDLE wsock32_handle; -- cgit v1.2.3