From d0d9a7a183721aaa29be2baef25ccb812a970580 Mon Sep 17 00:00:00 2001 From: Ange Albertini <105304039+corkamig@users.noreply.github.com> Date: Mon, 29 Aug 2022 22:10:31 +0200 Subject: sys/fuchsia: add the restricted syscalls definitions (#3300) --- sys/fuchsia/restricted | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sys/fuchsia/restricted (limited to 'sys') diff --git a/sys/fuchsia/restricted b/sys/fuchsia/restricted new file mode 100644 index 000000000..958fa1584 --- /dev/null +++ b/sys/fuchsia/restricted @@ -0,0 +1,7 @@ +# 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. + +include + +# architecture-dependant +restricted_read(state ptr[in, array[int8]], state_size len[state]) -- cgit mrf-deployment