From cc4f6d0a87c12822e08cf8bdc7eae805fda10479 Mon Sep 17 00:00:00 2001 From: Dokyung Song Date: Thu, 2 Aug 2018 15:23:13 -0700 Subject: sys/fuchsia: zx_log_* got replaced by zx_debuglog_* --- executor/defs.h | 4 ++-- executor/syscalls.h | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'executor') diff --git a/executor/defs.h b/executor/defs.h index c3165c558..bd92a80b2 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -35,7 +35,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "4cc56cb437136b65655dd3e0d9389be66131c7d1" +#define SYZ_REVISION "7afbaa9c071184d5ade5cd416a413ac9690c8e0b" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 @@ -45,7 +45,7 @@ #if GOARCH_arm64 #define GOARCH "arm64" -#define SYZ_REVISION "42ba25aa193b27b48c8f8ade1c9186cb89c7ca61" +#define SYZ_REVISION "d48c47eb82c0f95aff60923c0e24bbeef6a1e131" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 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}, -- cgit mrf-deployment