aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/objects.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-06-29 20:55:42 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-06-29 20:55:42 +0200
commit5739f7bef21ce8e3cee6b67f3cde2b37cb9891d4 (patch)
tree7716becd7785eab2f6420b77cc6c13286ab4f2eb /sys/fuchsia/objects.txt
parent1974bc48eefca7018ca2721c9a1451ccd0584193 (diff)
sys/fuchsia: add few new syscalls
Diffstat (limited to 'sys/fuchsia/objects.txt')
-rw-r--r--sys/fuchsia/objects.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fuchsia/objects.txt b/sys/fuchsia/objects.txt
index 71c6b49e9..e111c1160 100644
--- a/sys/fuchsia/objects.txt
+++ b/sys/fuchsia/objects.txt
@@ -37,6 +37,7 @@ zx_object_signal_peer(handle zx_handle, clear_mask int32, set_mask int32)
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_object_wait_many(items ptr[in, array[zx_wait_item]], count len[items], deadline zx_time)
+zx_object_set_profile(handle zx_handle, profile zx_handle, options int32)
wait_async_options = ZX_WAIT_ASYNC_ONCE, ZX_WAIT_ASYNC_REPEATING