mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
c4bc3b080e
This function is called by `InitSeccomp`, but only when compiled with seccomp (and cgo) enabled, so should not be needed for other situations. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
4 lines
49 B
Go
4 lines
49 B
Go
// +build !linux !cgo !seccomp
|
|
|
|
package patchbpf
|