diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2017-11-08 17:15:20 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-11-08 19:30:10 +0300 |
| commit | 784eb9c23c498850bee1bed72914c17906071945 (patch) | |
| tree | 141c4a60e386f784e382406932f8b36521e100b4 /executor | |
| parent | 9547ae3a85db67e4d3abe9ee7782a41b782a7906 (diff) | |
sys/freebsd: add POLLINIGNEOF
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/syscalls_freebsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/syscalls_freebsd.h b/executor/syscalls_freebsd.h index da02713a2..09e129ec4 100644 --- a/executor/syscalls_freebsd.h +++ b/executor/syscalls_freebsd.h @@ -2,7 +2,7 @@ #if defined(__x86_64__) || 0 #define GOARCH "amd64" -#define SYZ_REVISION "88b9a5d5b712ffec9339d0e1e5cddf5834f7d598" +#define SYZ_REVISION "3daf5c34426e30649a123866a30a5aad1ace2db2" unsigned syscall_count = 254; call_t syscalls[] = { |
