| Index: runtime/bin/process_patch.dart
|
| diff --git a/runtime/bin/process_patch.dart b/runtime/bin/process_patch.dart
|
| index 02a5e86a8a2fad27ae30aa8e4fc2aea03561934f..bb6461e21c87aa53d4ebb51b913180375399067f 100644
|
| --- a/runtime/bin/process_patch.dart
|
| +++ b/runtime/bin/process_patch.dart
|
| @@ -125,6 +125,7 @@ patch class _ProcessUtils {
|
| /* patch */ static void _exit(int status) native "Process_Exit";
|
| /* patch */ static void _setExitCode(int status)
|
| native "Process_SetExitCode";
|
| + /* patch */ static int _getExitCode() native "Process_GetExitCode";
|
| /* patch */ static void _sleep(int millis) native "Process_Sleep";
|
| /* patch */ static int _pid(Process process) native "Process_Pid";
|
| /* patch */ static Stream<ProcessSignal> _watchSignal(ProcessSignal signal) {
|
|
|