]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: drop __stdcall from close_all_files
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 28 Jan 2020 14:33:53 +0000 (15:33 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 28 Jan 2020 14:33:53 +0000 (15:33 +0100)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/syscalls.cc
winsup/cygwin/winsup.h

index 4956b6ff57bb460079b669b5db1623cf29d3b534..a6386dd9ce0732296ccaf7bc9a2cc0429735a069 100644 (file)
@@ -81,7 +81,7 @@ static int __stdcall mknod_worker (const char *, mode_t, mode_t, _major_t,
    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 ();
index 887d54fa6cecd35744b529a32591e47e756e44ac..2916728b6000e7f89f48a82e1564a9521b0733bb 100644 (file)
@@ -179,7 +179,7 @@ extern struct per_process_cxx_malloc default_cygwin_cxx_malloc;
 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*);
This page took 0.035982 seconds and 5 git commands to generate.