From c0b80a55c9c8cfe75e77c555ed0d4ae7aa373cc2 Mon Sep 17 00:00:00 2001 From: Ange Albertini <105304039+corkamig@users.noreply.github.com> Date: Fri, 21 Oct 2022 22:53:10 +0200 Subject: sys/fuchsia: added exception syscalls definitions (#3449) * sys/fuchsia: removed obsolete comment * sys/fuchsia: added exception syscalls definitions * sys/fuchsia: disabled exception types * sys/fuchsia: refined exception handle types --- sys/fuchsia/exception.txt | 12 ++++++++++++ sys/fuchsia/profile.txt | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 sys/fuchsia/exception.txt (limited to 'sys/fuchsia') 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 + +# 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 -# Never used as input resource zx_profile[zx_handle] zx_profile_info { -- cgit mrf-deployment