aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_fuchsia.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/executor_fuchsia.h')
-rw-r--r--executor/executor_fuchsia.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/executor_fuchsia.h b/executor/executor_fuchsia.h
index 9256f6b02..75c1d1802 100644
--- a/executor/executor_fuchsia.h
+++ b/executor/executor_fuchsia.h
@@ -27,6 +27,7 @@ static intptr_t execute_syscall(const call_t* c, intptr_t a[kMaxArgs])
!strcmp(c->name, "zx_debuglog_read") ||
!strcmp(c->name, "zx_clock_get") ||
!strcmp(c->name, "zx_clock_get_monotonic") ||
+ !strcmp(c->name, "zx_deadline_after") ||
!strcmp(c->name, "zx_ticks_get"))
return 0;
errno = (-res) & 0x7f;