From ad8f799703a4bf8d87741890ba831856af2dd145 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 28 Feb 2026 20:47:23 +0900 Subject: container/std: rename seccomp types Aliases will be kept until 0.4. Signed-off-by: Ophestra --- container/syscall.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container/syscall.go') diff --git a/container/syscall.go b/container/syscall.go index e5f86cf6..5f392c35 100644 --- a/container/syscall.go +++ b/container/syscall.go @@ -58,7 +58,7 @@ const ( // schedParam is equivalent to struct sched_param from include/linux/sched.h. type schedParam struct { // sched_priority - priority std.ScmpInt + priority std.Int } // schedSetscheduler sets both the scheduling policy and parameters for the -- cgit v1.3.1