fix crashes in crash handler being handled by DoCleanShutdown

This commit is contained in:
Glenn Maynard
2007-01-24 11:38:29 +00:00
parent 2f8079fae9
commit 0b26020d96
3 changed files with 26 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ public:
namespace SignalHandler
{
typedef void (*handler)( int, siginfo_t *si, const ucontext_t *uc );
typedef bool (*handler)( int, siginfo_t *si, const ucontext_t *uc );
void OnClose( handler );
void ResetSignalHandlers();