aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/targets/targets.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/targets/targets.go b/sys/targets/targets.go
index a803cc31b..a975ad27a 100644
--- a/sys/targets/targets.go
+++ b/sys/targets/targets.go
@@ -460,6 +460,7 @@ var oses = map[string]osCommon{
PseudoSyscallDeps: map[string][]string{
"syz_read_part_table": []string{"memfd_create"},
"syz_mount_image": []string{"memfd_create"},
+ "syz_io_uring_setup": []string{"io_uring_setup"},
},
cflags: []string{"-static-pie"},
},