aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia
diff options
context:
space:
mode:
authorDzmitry <dmitryya@users.noreply.github.com>2022-08-17 15:46:42 -0700
committerGitHub <noreply@github.com>2022-08-17 15:46:42 -0700
commitd58e263faeabeb9fe94e1fc40dad3d6e88586605 (patch)
treed8403b6e6bb3443ddf4daf3739daf5f823916f6c /sys/fuchsia
parent898b335033077281c7417bdbba086b2b2b84afc7 (diff)
sys/fuchsia: fix for clock system calls (#3322)
Diffstat (limited to 'sys/fuchsia')
-rw-r--r--sys/fuchsia/clock.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/fuchsia/clock.txt b/sys/fuchsia/clock.txt
index 4bdc0d34e..05f74ac1f 100644
--- a/sys/fuchsia/clock.txt
+++ b/sys/fuchsia/clock.txt
@@ -7,7 +7,6 @@ include <zircon/syscalls/clock.h>
resource zx_time[int64]: 0, ZX_TIME_INFINITE
zx_clock_get_monotonic() (ignore_return)
-zx_clock_get_monotonic_via_kernel() (ignore_return)
zx_clock_create(option flags[clock_create_opt], args ptr[in, zx_clock_create_args_v1], out ptr[out, zx_handle])
zx_clock_read(handle zx_handle, now ptr[out, intptr]) (ignore_return)
zx_clock_get_details(handle zx_handle, option const[0x400000000000000], details ptr[out, zx_clock_details_v1])
@@ -52,3 +51,5 @@ zx_clock_details_v1 {
generation_counter int32
padding1 int32
}
+
+syz_future_time(when intptr[0:1]) zx_time