From e13fff490ff449a7fb85227d69cf1540741c89d7 Mon Sep 17 00:00:00 2001 From: Ange Albertini <105304039+corkamig@users.noreply.github.com> Date: Mon, 17 Oct 2022 17:33:46 +0200 Subject: sys/fuchsia: fix object typo (#3447) --- sys/fuchsia/object.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fuchsia') diff --git a/sys/fuchsia/object.txt b/sys/fuchsia/object.txt index 86490b1fd..0c00c3ba8 100644 --- a/sys/fuchsia/object.txt +++ b/sys/fuchsia/object.txt @@ -59,7 +59,7 @@ 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]) +zx_object_set_profile(handle zx_handle, profile zx_profile, options const[0]) wait_async_options = ZX_WAIT_ASYNC_ONCE, ZX_WAIT_ASYNC_EDGE -- cgit mrf-deployment