Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
but never call close. This function is called by _exit to
ensure we don't leave any such files lying around. */
-void __stdcall
+void
close_all_files (bool norelease)
{
cygheap->fdtab.lock ();
void events_init ();
int chmod_device (class path_conv& pc, mode_t mode);
-void __stdcall close_all_files (bool = false);
+void close_all_files (bool = false);
/* debug_on_trap support. see exceptions.cc:try_to_debug() */
extern "C" void error_start_init (const char*);