diff options
| author | Marco Vanotti <mvanotti@users.noreply.github.com> | 2019-04-22 11:08:29 -0700 |
|---|---|---|
| committer | Julia Hansbrough <flowerhack@google.com> | 2019-04-22 11:08:29 -0700 |
| commit | 53199d6e8aee5f0ebd3775d2b1c674f4e6e64e2b (patch) | |
| tree | 67dd5b456984332244a4113699fa0b7b02cfacfb /sys/fuchsia/tasks_arm64.const | |
| parent | 4d3be36006c006fe859f4db89dfe396176eac12d (diff) | |
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
Diffstat (limited to 'sys/fuchsia/tasks_arm64.const')
| -rw-r--r-- | sys/fuchsia/tasks_arm64.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fuchsia/tasks_arm64.const b/sys/fuchsia/tasks_arm64.const index 960541f9a..ea1606b18 100644 --- a/sys/fuchsia/tasks_arm64.const +++ b/sys/fuchsia/tasks_arm64.const @@ -1,2 +1,3 @@ # AUTOGENERATED FILE ZX_EXCEPTION_PORT_DEBUGGER = 1 +ZX_RESUME_TRY_NEXT = 2 |
