diff options
| author | David Pursell <dpursell@google.com> | 2019-10-30 10:00:55 -0700 |
|---|---|---|
| committer | Marco Vanotti <mvanotti@users.noreply.github.com> | 2019-11-14 16:21:01 -0800 |
| commit | 79248ee88b39eb1a5b730f3bc0a995efed4d6a2c (patch) | |
| tree | 04b01b0c1cee6866b94f5fa82e3a9087e3a52028 /executor/defs.h | |
| parent | a3f5ce76b10a3c0e2a07cd96bd5a29acc42ac532 (diff) | |
sys/fuchsia: remove deprecated exception APIs
The port-based exception APIs have been deprecated on Fuchsia and will
be removed shortly. Delete them from the syscall definitions and
modify the Fuchsia executor to use the new channel-based APIs instead.
Diffstat (limited to 'executor/defs.h')
| -rw-r--r-- | executor/defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h index 993956828..765b88112 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -45,7 +45,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "bdf3b9df3ff1d16e7a61432e4f19a866479775e2" +#define SYZ_REVISION "329fe6a047fa9d6a9ad388c2e46e5d3dc9ab6c72" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 @@ -55,7 +55,7 @@ #if GOARCH_arm64 #define GOARCH "arm64" -#define SYZ_REVISION "42bf2ab2b8b1b89317ed03575f5c42aec66d7a62" +#define SYZ_REVISION "e0903c549d1df4deee6c6891fa0b9220464983d4" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 |
