| Index: runtime/vm/thread_interrupter_android.cc
|
| diff --git a/runtime/vm/thread_interrupter_android.cc b/runtime/vm/thread_interrupter_android.cc
|
| index 58f302fecf451a95135d08e17fb4dc7b9f953f0b..30bd440cb64aed94840e042d29e753954cc24c7a 100644
|
| --- a/runtime/vm/thread_interrupter_android.cc
|
| +++ b/runtime/vm/thread_interrupter_android.cc
|
| @@ -6,7 +6,7 @@
|
| #if defined(TARGET_OS_ANDROID)
|
|
|
| #include <sys/syscall.h> // NOLINT
|
| -#include <errno.h> // NOLINT
|
| +#include <errno.h> // NOLINT
|
|
|
| #include "vm/flags.h"
|
| #include "vm/os.h"
|
| @@ -23,7 +23,8 @@ DECLARE_FLAG(bool, trace_thread_interrupter);
|
|
|
| class ThreadInterrupterAndroid : public AllStatic {
|
| public:
|
| - static void ThreadInterruptSignalHandler(int signal, siginfo_t* info,
|
| + static void ThreadInterruptSignalHandler(int signal,
|
| + siginfo_t* info,
|
| void* context_) {
|
| if (signal != SIGPROF) {
|
| return;
|
|
|