aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-12-20 06:03:16 +0000
committerChristopher Faylor <me@cgf.cx>2000-12-20 06:03:16 +0000
commit7d72d04c7779981004260df5969ab3df725c9041 (patch)
tree8427405d1f5fb9291b64caf96f98c051d480c536 /winsup
parent2bfdcd8a5f94fd126997796f61b56a09a96820e6 (diff)
downloadnewlib-7d72d04c7779981004260df5969ab3df725c9041.zip
newlib-7d72d04c7779981004260df5969ab3df725c9041.tar.gz
newlib-7d72d04c7779981004260df5969ab3df725c9041.tar.bz2
* exceptions.cc (reset_signal_arrived): Make global to avoid inlining.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/exceptions.cc3
2 files changed, 5 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f56b272..aeeec00 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+Wed Dec 20 01:02:13 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * exceptions.cc (reset_signal_arrived): Make global to avoid inlining.
+
Wed Dec 20 00:57:10 2000 Christopher Faylor <cgf@cygnus.com>
* fhandler_serial.cc (fhandler_serial::raw_read): Always find number of
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index 6e27f10..c18da62 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);