From 4954e4b2cf1e777715d52521afd2d9772d96f160 Mon Sep 17 00:00:00 2001 From: Ange Albertini Date: Thu, 13 Oct 2022 11:26:11 +0000 Subject: sys/fuchsia: update objects and profile syscall definitions --- sys/fuchsia/objects.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/fuchsia/objects.txt') diff --git a/sys/fuchsia/objects.txt b/sys/fuchsia/objects.txt index 2809de782..bd3090219 100644 --- a/sys/fuchsia/objects.txt +++ b/sys/fuchsia/objects.txt @@ -5,6 +5,7 @@ include include include include +include resource koid[int64]: 0 @@ -40,8 +41,9 @@ zx_object_signal_peer(handle zx_handle, clear_mask int32, set_mask int32) zx_object_wait_many(items ptr[in, array[zx_wait_item]], count len[items], deadline zx_time) zx_object_wait_one(handle zx_handle, signals int32, deadline zx_time, observed ptr[out, int32]) zx_object_wait_async(handle zx_handle, port zx_port, key proc[1000, 4], signals int32, options flags[wait_async_options]) +zx_set_profile(handle zx_handle, profile zx_profile, options const[0]) -wait_async_options = ZX_WAIT_ASYNC_ONCE +wait_async_options = ZX_WAIT_ASYNC_ONCE, ZX_WAIT_ASYNC_EDGE zx_info_handle_basic { koid koid -- cgit mrf-deployment