diff options
| author | Patrick Meyer <meyerpatrick@google.com> | 2021-05-06 23:08:43 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-05-20 13:29:54 +0200 |
| commit | ac040bb3def51ecf81966d7801521b5a59fac0db (patch) | |
| tree | c0196e1c3266495243b0c83759d9c89b34a8fb8a /sys/sys.go | |
| parent | ebc32b110a66a9bebfced77df99dcd3001489158 (diff) | |
sys/syz-extract: initial darwin support
Diffstat (limited to 'sys/sys.go')
| -rw-r--r-- | sys/sys.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys.go b/sys/sys.go index 2c3d169d5..b0ae67839 100644 --- a/sys/sys.go +++ b/sys/sys.go @@ -6,6 +6,7 @@ package sys import ( // Import all targets, so that users only need to import sys. _ "github.com/google/syzkaller/sys/akaros/gen" + _ "github.com/google/syzkaller/sys/darwin/gen" _ "github.com/google/syzkaller/sys/freebsd/gen" _ "github.com/google/syzkaller/sys/fuchsia/gen" _ "github.com/google/syzkaller/sys/linux/gen" |
