diff options
| author | Marina Ciocea <111010340+cdmarina@users.noreply.github.com> | 2022-08-12 13:39:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-12 10:39:24 -0700 |
| commit | 45133c8af90b1ca501e796fd8e6827f31efa3ebc (patch) | |
| tree | 0761b3a0a3fbe2e03ee09b84663dbce621222322 /sys | |
| parent | 472882e7f36da29664783847e86d838808b8016f (diff) | |
sys/fuchsia: update task system calls (#3308)
Co-authored-by: Marina Ciocea <marinaciocea@google.com>
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/fuchsia/task.txt (renamed from sys/fuchsia/tasks.txt) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fuchsia/tasks.txt b/sys/fuchsia/task.txt index 9bf8b30c9..639b1754f 100644 --- a/sys/fuchsia/tasks.txt +++ b/sys/fuchsia/task.txt @@ -12,4 +12,4 @@ zx_task_create_exception_channel(task zx_task, options flags[exception_channel_o # zx_task_kill(handle zx_task) # zx_task_suspend(handle zx_task, token ptr[out, zx_handle]) -exception_channel_options = ZX_EXCEPTION_CHANNEL_DEBUGGER +exception_channel_options = 0, ZX_EXCEPTION_CHANNEL_DEBUGGER |
