diff options
| author | Marco Vanotti <mvanotti@users.noreply.github.com> | 2019-04-22 11:08:29 -0700 |
|---|---|---|
| committer | Julia Hansbrough <flowerhack@google.com> | 2019-04-22 11:08:29 -0700 |
| commit | 53199d6e8aee5f0ebd3775d2b1c674f4e6e64e2b (patch) | |
| tree | 67dd5b456984332244a4113699fa0b7b02cfacfb /sys/fuchsia/time.txt | |
| parent | 4d3be36006c006fe859f4db89dfe396176eac12d (diff) | |
Update syscalls (#1116)
* sys/fuchsia: update all syscalls.
This commit modifies all the existing syscalls definitions to match more
closely the documentation in the Fuchsia repo.
* run make extract && make generate
Diffstat (limited to 'sys/fuchsia/time.txt')
| -rw-r--r-- | sys/fuchsia/time.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fuchsia/time.txt b/sys/fuchsia/time.txt index 5901de036..a94ed0b21 100644 --- a/sys/fuchsia/time.txt +++ b/sys/fuchsia/time.txt @@ -11,6 +11,7 @@ zx_clock_get_new(clock_id int32, zx_time ptr[out, intptr]) zx_clock_get_monotonic() zx_ticks_get() zx_ticks_per_second() +zx_deadline_after(ns int64) zx_time # TODO: undocumented # zx_clock_adjust? |
