From 53199d6e8aee5f0ebd3775d2b1c674f4e6e64e2b Mon Sep 17 00:00:00 2001 From: Marco Vanotti Date: Mon, 22 Apr 2019 11:08:29 -0700 Subject: Update syscalls (#1116) * sys/fuchsia: update all syscalls. This commit modifies all the existing syscalls definitions to match more closely the documentation in the Fuchsia repo. * run make extract && make generate --- sys/fuchsia/tasks_amd64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/fuchsia/tasks_amd64.const') diff --git a/sys/fuchsia/tasks_amd64.const b/sys/fuchsia/tasks_amd64.const index 960541f9a..ea1606b18 100644 --- a/sys/fuchsia/tasks_amd64.const +++ b/sys/fuchsia/tasks_amd64.const @@ -1,2 +1,3 @@ # AUTOGENERATED FILE ZX_EXCEPTION_PORT_DEBUGGER = 1 +ZX_RESUME_TRY_NEXT = 2 -- cgit mrf-deployment