summaryrefslogtreecommitdiff
path: root/runtime/runtime_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime_common.h')
-rw-r--r--runtime/runtime_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/runtime_common.h b/runtime/runtime_common.h
index 832b6bbf3e..06d66270af 100644
--- a/runtime/runtime_common.h
+++ b/runtime/runtime_common.h
@@ -68,7 +68,8 @@ int GetTimeoutSignal();
void HandleUnexpectedSignalCommon(int signal_number,
siginfo_t* info,
void* raw_context,
- bool running_on_linux);
+ bool handle_timeout_signal,
+ bool dump_on_stderr);
void InitPlatformSignalHandlersCommon(void (*newact)(int, siginfo_t*, void*),
struct sigaction* oldact,