From cd5959fe5ab04786cd5dee3cf09f725229ae7c7b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 17 Mar 2026 13:35:48 +0900 Subject: ext: isolate from container/std These are too general to belong in the container package. This targets the v0.4 release to reduce the wrapper maintenance burden. Signed-off-by: Ophestra --- container/std/syscall_extra_linux_386.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 container/std/syscall_extra_linux_386.go (limited to 'container/std/syscall_extra_linux_386.go') diff --git a/container/std/syscall_extra_linux_386.go b/container/std/syscall_extra_linux_386.go deleted file mode 100644 index 7b7eaf34..00000000 --- a/container/std/syscall_extra_linux_386.go +++ /dev/null @@ -1,13 +0,0 @@ -package std - -var syscallNumExtra = map[string]ScmpSyscall{ - "kexec_file_load": SNR_KEXEC_FILE_LOAD, - "subpage_prot": SNR_SUBPAGE_PROT, - "switch_endian": SNR_SWITCH_ENDIAN, -} - -const ( - SNR_KEXEC_FILE_LOAD ScmpSyscall = __PNR_kexec_file_load - SNR_SUBPAGE_PROT ScmpSyscall = __PNR_subpage_prot - SNR_SWITCH_ENDIAN ScmpSyscall = __PNR_switch_endian -) -- cgit v1.3.1