Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1220)

Unified Diff: runtime/bin/process_fuchsia.cc

Issue 2812753002: [fuchsia] Fix shutdown crash (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698