diff options
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index d027f88ed..a8845adb5 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -585,9 +585,6 @@ const call_t syscalls[] = { {"zx_interrupt_destroy", 0, (syscall_t)zx_interrupt_destroy}, {"zx_job_create", 0, (syscall_t)zx_job_create}, {"zx_job_set_policy", 0, (syscall_t)zx_job_set_policy}, - {"zx_log_create", 0, (syscall_t)zx_log_create}, - {"zx_log_read", 0, (syscall_t)zx_log_read}, - {"zx_log_write", 0, (syscall_t)zx_log_write}, {"zx_nanosleep", 0, (syscall_t)zx_nanosleep}, {"zx_object_get_cookie", 0, (syscall_t)zx_object_get_cookie}, {"zx_object_get_info$ZX_INFO_CPU_STATS", 0, (syscall_t)zx_object_get_info}, @@ -770,9 +767,6 @@ const call_t syscalls[] = { {"zx_interrupt_destroy", 0, (syscall_t)zx_interrupt_destroy}, {"zx_job_create", 0, (syscall_t)zx_job_create}, {"zx_job_set_policy", 0, (syscall_t)zx_job_set_policy}, - {"zx_log_create", 0, (syscall_t)zx_log_create}, - {"zx_log_read", 0, (syscall_t)zx_log_read}, - {"zx_log_write", 0, (syscall_t)zx_log_write}, {"zx_nanosleep", 0, (syscall_t)zx_nanosleep}, {"zx_object_get_cookie", 0, (syscall_t)zx_object_get_cookie}, {"zx_object_get_info$ZX_INFO_CPU_STATS", 0, (syscall_t)zx_object_get_info}, |
