diff options
| author | Dokyung Song <dokyungs@google.com> | 2018-08-02 15:23:13 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-03 12:03:03 +0200 |
| commit | cc4f6d0a87c12822e08cf8bdc7eae805fda10479 (patch) | |
| tree | 3d72479816e1f62749be48532c649808884ff295 /executor/syscalls.h | |
| parent | 5b7e23bb61bbc406adfc5c89c0d02cb4fea9f7a4 (diff) | |
sys/fuchsia: zx_log_* got replaced by zx_debuglog_*
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}, |
