aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host/host_fuchsia.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/host/host_fuchsia.go')
-rw-r--r--pkg/host/host_fuchsia.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/host/host_fuchsia.go b/pkg/host/host_fuchsia.go
index 37cf8b847..b145961df 100644
--- a/pkg/host/host_fuchsia.go
+++ b/pkg/host/host_fuchsia.go
@@ -10,7 +10,7 @@ import (
)
// DetectSupportedSyscalls returns list on supported syscalls on host.
-func DetectSupportedSyscalls(target *prog.Target) (map[*prog.Syscall]bool, error) {
+func DetectSupportedSyscalls(target *prog.Target, sandbox string) (map[*prog.Syscall]bool, error) {
supported := make(map[*prog.Syscall]bool)
for _, c := range target.Syscalls {
supported[c] = true