diff options
| author | Ange Albertini <corkami@google.com> | 2022-10-31 13:01:43 +0000 |
|---|---|---|
| committer | Chris Palmer <snackypants@gmail.com> | 2022-10-31 15:06:47 -0700 |
| commit | 87a14adf3761f6fdd5dd46568e59d74fe994133b (patch) | |
| tree | 02a9b7aeb8845ca7cb84d118167b2ce6d564e521 /sys | |
| parent | 781880e35b3691b589304dedb78072b0fe86f392 (diff) | |
sys/fuchsia: updated misc syscalls definitions
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/fuchsia/misc.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 <zircon/syscalls.h> 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) |
