From 87a14adf3761f6fdd5dd46568e59d74fe994133b Mon Sep 17 00:00:00 2001 From: Ange Albertini Date: Mon, 31 Oct 2022 13:01:43 +0000 Subject: sys/fuchsia: updated misc syscalls definitions --- sys/fuchsia/misc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/fuchsia') diff --git a/sys/fuchsia/misc.txt b/sys/fuchsia/misc.txt index b202d7b94..77ed92f3c 100644 --- a/sys/fuchsia/misc.txt +++ b/sys/fuchsia/misc.txt @@ -7,9 +7,10 @@ include zx_nanosleep(deadline zx_time) zx_ticks_get() (ignore_return) -zx_ticks_per_second() +zx_ticks_per_second() (ignore_return) zx_deadline_after(nanoseconds int64) zx_time (ignore_return) zx_vmar_unmap_handle_close_thread_exit(vmar_handle zx_vmar, addr vma, len len[addr], close_handle zx_handle) +# no return zx_futex_wake_handle_close_thread_exit(value_ptr ptr[in, int32], wake_count int32, new_value int32, close_handle zx_handle) -- cgit mrf-deployment