diff options
Diffstat (limited to 'pkg/csource')
| -rw-r--r-- | pkg/csource/akaros_common.go | 2 | ||||
| -rw-r--r-- | pkg/csource/freebsd_common.go | 2 | ||||
| -rw-r--r-- | pkg/csource/linux_common.go | 2 | ||||
| -rw-r--r-- | pkg/csource/netbsd_common.go | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/pkg/csource/akaros_common.go b/pkg/csource/akaros_common.go index 5cf33d01c..f8a657096 100644 --- a/pkg/csource/akaros_common.go +++ b/pkg/csource/akaros_common.go @@ -104,8 +104,6 @@ struct call_t { syscall_t call; }; -extern call_t syscalls[]; -extern unsigned syscall_count; #endif #if defined(SYZ_EXECUTOR) || (defined(SYZ_REPEAT) && defined(SYZ_WAIT_REPEAT)) || \ diff --git a/pkg/csource/freebsd_common.go b/pkg/csource/freebsd_common.go index 92450af70..79baeb37d 100644 --- a/pkg/csource/freebsd_common.go +++ b/pkg/csource/freebsd_common.go @@ -95,8 +95,6 @@ struct call_t { syscall_t call; }; -extern call_t syscalls[]; -extern unsigned syscall_count; #endif #if defined(SYZ_EXECUTOR) || (defined(SYZ_REPEAT) && defined(SYZ_WAIT_REPEAT)) || \ diff --git a/pkg/csource/linux_common.go b/pkg/csource/linux_common.go index 4d168e661..1aa454f9e 100644 --- a/pkg/csource/linux_common.go +++ b/pkg/csource/linux_common.go @@ -221,8 +221,6 @@ struct call_t { syscall_t call; }; -extern call_t syscalls[]; -extern unsigned syscall_count; #endif #if defined(SYZ_EXECUTOR) || (defined(SYZ_REPEAT) && defined(SYZ_WAIT_REPEAT)) || \ diff --git a/pkg/csource/netbsd_common.go b/pkg/csource/netbsd_common.go index dee071f73..994edd8b3 100644 --- a/pkg/csource/netbsd_common.go +++ b/pkg/csource/netbsd_common.go @@ -95,8 +95,6 @@ struct call_t { syscall_t call; }; -extern call_t syscalls[]; -extern unsigned syscall_count; #endif #if defined(SYZ_EXECUTOR) || (defined(SYZ_REPEAT) && defined(SYZ_WAIT_REPEAT)) || \ |
