aboutsummaryrefslogtreecommitdiff
path: root/tests-m32/prctl-seccomp-filter-v.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests-m32/prctl-seccomp-filter-v.c')
-rw-r--r--tests-m32/prctl-seccomp-filter-v.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-m32/prctl-seccomp-filter-v.c b/tests-m32/prctl-seccomp-filter-v.c
index cfd5d3dd6..7a65d8989 100644
--- a/tests-m32/prctl-seccomp-filter-v.c
+++ b/tests-m32/prctl-seccomp-filter-v.c
@@ -114,7 +114,7 @@ main(void)
PRINT_DENY_SYSCALL(sync, EBUSY),
PRINT_DENY_SYSCALL(setsid, EPERM),
- printf("BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL)");
+ printf("BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_KILL_THREAD)");
puts("]}) = 0");
puts("+++ exited with 0 +++");