| Index: runtime/bin/process_fuchsia.cc
|
| diff --git a/runtime/bin/process_fuchsia.cc b/runtime/bin/process_fuchsia.cc
|
| index d029c35d3812fbe3c3c6bb8f6fef5de5dcd12c1f..26ca132afe6f114a3f1663492827644b6c4fd530 100644
|
| --- a/runtime/bin/process_fuchsia.cc
|
| +++ b/runtime/bin/process_fuchsia.cc
|
| @@ -808,13 +808,12 @@ int Process::Start(const char* path,
|
|
|
|
|
| intptr_t Process::SetSignalHandler(intptr_t signal) {
|
| - UNIMPLEMENTED();
|
| + errno = ENOSYS;
|
| return -1;
|
| }
|
|
|
|
|
| void Process::ClearSignalHandler(intptr_t signal) {
|
| - UNIMPLEMENTED();
|
| }
|
|
|
| } // namespace bin
|
|
|