diff options
Diffstat (limited to 'sys/fuchsia')
| -rw-r--r-- | sys/fuchsia/exception.txt | 12 | ||||
| -rw-r--r-- | sys/fuchsia/profile.txt | 1 |
2 files changed, 12 insertions, 1 deletions
diff --git a/sys/fuchsia/exception.txt b/sys/fuchsia/exception.txt new file mode 100644 index 000000000..77d640097 --- /dev/null +++ b/sys/fuchsia/exception.txt @@ -0,0 +1,12 @@ +# Copyright 2022 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +# See https://cs.opensource.google/fuchsia/fuchsia/+/main:zircon/vdso/exception.fidl + +include <zircon/syscalls.h> + +# Disabled because never created by a syscall +# resource zx_exception[zx_handle] + +zx_exception_get_thread(handle zx_handle, out ptr[out, zx_thread]) +zx_exception_get_process(handle zx_handle, out ptr[out, zx_process]) diff --git a/sys/fuchsia/profile.txt b/sys/fuchsia/profile.txt index f19a859fd..0e417508a 100644 --- a/sys/fuchsia/profile.txt +++ b/sys/fuchsia/profile.txt @@ -5,7 +5,6 @@ include <zircon/syscalls.h> -# Never used as input resource zx_profile[zx_handle] zx_profile_info { |
