diff options
| author | Siddharth Muralee <siddharth.muralee@gmail.com> | 2019-12-04 15:27:22 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-05 10:06:13 +0100 |
| commit | 9fd5a512f39cdc0ec154632d7165855c9dfb3390 (patch) | |
| tree | 9f0e8d8345ddd3dbdc8e19f297dbf87a5ea902ee /executor | |
| parent | b91ea9289b58ea7b5611dde484a96d97ee086121 (diff) | |
sys/netbsd: fix the build issues with posix_spawn
Diffstat (limited to 'executor')
| -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 58e6ab66f..bdbf01083 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -125,7 +125,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "75190c0fbdcd19c01861cd8fa231f6941769dfed" +#define SYZ_REVISION "f31cb43d193657198cdbdaaf2f2e31a81921803d" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 |
