]> sourceware.org Git - newlib-cygwin.git/commitdiff
* exceptions.cc (reset_signal_arrived): Make global to avoid inlining.
authorChristopher Faylor <me@cgf.cx>
Wed, 20 Dec 2000 06:03:16 +0000 (06:03 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 20 Dec 2000 06:03:16 +0000 (06:03 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/exceptions.cc

index f56b272a5b637502ead0e23e3e619acfe3c52e11..aeeec0092d16a5243a3b7de5ec94e164d4d4e738 100644 (file)
@@ -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
index 6e27f1098579cb8d576b0a49ba126482ed10cfff..c18da62881a6941e42d57868fe3562e48ae70913 100644 (file)
@@ -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);
This page took 0.036887 seconds and 5 git commands to generate.