aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDokyung Song <dokyungs@google.com>2018-08-02 15:23:13 -0700
committerDmitry Vyukov <dvyukov@google.com>2018-08-03 12:03:03 +0200
commitcc4f6d0a87c12822e08cf8bdc7eae805fda10479 (patch)
tree3d72479816e1f62749be48532c649808884ff295 /executor
parent5b7e23bb61bbc406adfc5c89c0d02cb4fea9f7a4 (diff)
sys/fuchsia: zx_log_* got replaced by zx_debuglog_*
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h4
-rw-r--r--executor/syscalls.h6
2 files changed, 2 insertions, 8 deletions
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},