diff options
| author | R3x <siddharth.muralee@gmail.com> | 2019-07-06 14:01:06 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-05 10:06:13 +0100 |
| commit | e06d2ea701a5532381cde7609c521649f0f01018 (patch) | |
| tree | cf340266c7213a10245857cfe5c5b5072693b6e7 /executor/defs.h | |
| parent | b20883285d2350f5694399287b7f03478a3036c6 (diff) | |
sys/netbsd: Added posix_spawn and fork syscalls
Diffstat (limited to 'executor/defs.h')
| -rw-r--r-- | executor/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index a7ca1b7c0..332a8a477 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -125,7 +125,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "b6416c3989d53e293342b0c671fdfa10fb72463f" +#define SYZ_REVISION "49e283b548f639c19dd9a36c2985100da8d35119" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 |
