mirror of
https://github.com/opencontainers/runc.git
synced 2026-04-22 23:17:17 +08:00
4d27f20db0
runc is not supported on FreeBSD, so remove all FreeBSD specific bits. As suggested by @crosbymichael in #1653 Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
7 lines
67 B
Go
7 lines
67 B
Go
// +build !windows,!linux
|
|
|
|
package configs
|
|
|
|
type Cgroup struct {
|
|
}
|