fix crashes in crash handler being handled by DoCleanShutdown
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user