Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-12-20 09:03:16 +0300
committerChristopher Faylor <me@cgf.cx>2000-12-20 09:03:16 +0300
commit7d72d04c7779981004260df5969ab3df725c9041 (patch)
tree8427405d1f5fb9291b64caf96f98c051d480c536 /winsup/cygwin/exceptions.cc
parent2bfdcd8a5f94fd126997796f61b56a09a96820e6 (diff)
* exceptions.cc (reset_signal_arrived): Make global to avoid inlining.
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index 6e27f1098..c18da6288 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -1072,8 +1072,7 @@ events_terminate (void)
#define pid_offset (unsigned)(((_pinfo *)NULL)->pid)
extern "C" {
-static void volatile __stdcall reset_signal_arrived () __attribute__ ((unused));
-static void volatile __stdcall
+void __stdcall
reset_signal_arrived ()
{
(void) ResetEvent (signal_arrived);