| Index: runtime/bin/process.h
|
| diff --git a/runtime/bin/process.h b/runtime/bin/process.h
|
| index a23551a4534c428ff9ace42353ccdb7d445cc734..79359adb341a8c9b19f30799edfb76bb153e5fe7 100644
|
| --- a/runtime/bin/process.h
|
| +++ b/runtime/bin/process.h
|
| @@ -28,7 +28,7 @@ class Process {
|
| int os_error_message_len);
|
|
|
| // Kill a process with a given pid.
|
| - static bool Kill(intptr_t id);
|
| + static bool Kill(intptr_t id, int signal);
|
|
|
| // Terminate the exit code handler thread. Does not return before
|
| // the thread has terminated.
|
|
|