diff options
| author | R3x <siddharth.muralee@gmail.com> | 2019-07-08 10:52:11 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-05 10:06:13 +0100 |
| commit | a734d2a6d9c158d7c1419de72fc6caaa98d7f95b (patch) | |
| tree | 02e51a308f05b24f141d37449626fde8f9b237d7 /executor/defs.h | |
| parent | e06d2ea701a5532381cde7609c521649f0f01018 (diff) | |
sys/netbsd: add the newer vfork syscall
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 332a8a477..58e6ab66f 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -125,7 +125,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "49e283b548f639c19dd9a36c2985100da8d35119" +#define SYZ_REVISION "75190c0fbdcd19c01861cd8fa231f6941769dfed" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 |
