This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

exceptions.cc (call_signal_handler_now)


 
2001-04-05  Earnie Boyd  <earnie_boyd@yahoo.com

	* exceptions.cc (call_signal_handler_now): Remove the static declaration
	to allow -finline-functions option to work.

Index: exceptions.cc
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/exceptions.cc,v
retrieving revision 1.73
diff -u -p -r1.73 exceptions.cc
--- exceptions.cc	2001/04/02 00:18:29	1.73
+++ exceptions.cc	2001/04/05 14:08:42
@@ -1119,7 +1119,7 @@ events_terminate (void)
 }
 
 extern "C" {
-static int __stdcall
+int __stdcall
 call_signal_handler_now ()
 {
   int sa_flags = sigsave.sa_flags;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]