diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-10-02 21:48:24 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-10-12 18:16:25 +0200 |
| commit | 81e199f71969b97c80cbb4473ddd53adeed3b4d4 (patch) | |
| tree | 5b0e4603642a0ff07ffd675aa64a1472092f6f80 /executor/syscalls_freebsd.h | |
| parent | 02a7a5401946658aa06fd618cf36e6848b0078fd (diff) | |
sys/syz-extract: support freebsd
Diffstat (limited to 'executor/syscalls_freebsd.h')
| -rw-r--r-- | executor/syscalls_freebsd.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/executor/syscalls_freebsd.h b/executor/syscalls_freebsd.h index 555161e96..cb69eb567 100644 --- a/executor/syscalls_freebsd.h +++ b/executor/syscalls_freebsd.h @@ -2,11 +2,12 @@ #if defined(__x86_64__) || 0 #define GOARCH "amd64" -#define SYZ_REVISION "8e89c92ba6210bfbb714647598abe10b8cbb4edf" +#define SYZ_REVISION "7c737d486a33a6a0817ce924247b4b67428f7a07" -unsigned syscall_count = 1; +unsigned syscall_count = 2; call_t syscalls[] = { - {"mmap", 1}, + {"mmap", 477}, + {"pipe", 42}, }; #endif |
