aboutsummaryrefslogtreecommitdiffstats
path: root/executor/defs.h
diff options
context:
space:
mode:
authorMarco Vanotti <mvanotti@users.noreply.github.com>2019-04-03 15:30:56 -0700
committerJulia Hansbrough <flowerhack@google.com>2019-04-03 15:30:56 -0700
commit4949990eeac542550e992ee3275dccb5079031b4 (patch)
tree5bcc53d3323980458c195ebb0d3a839d1a90e61f /executor/defs.h
parentd6fc4177b78b02a7e37fef129f26ee66065ad4b4 (diff)
sys/fuchsia: Remove object_*_cookie syscalls. (#1099)
Those syscalls were removed from Zircon in a recent CL[0]. This commit runs make extract && make generate to update syscalls and fidl interfaces. [0]: https://fuchsia-review.googlesource.com/c/fuchsia/+/249349
Diffstat (limited to 'executor/defs.h')
-rw-r--r--executor/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 96c42beca..0ee973d39 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -35,7 +35,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "8a39145bebcae7aff1de7ff20c3914bdd32a70f9"
+#define SYZ_REVISION "d6d650c4d4b7bf6dffb3ebb9e87b1519c0317583"
#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 "5ab08273640c510138a91dd86566ef165515c1f1"
+#define SYZ_REVISION "754794d4928bd434528018e077e9147502dac975"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096