Tizen_4.0 base
[platform/upstream/docker-engine.git] / vendor / github.com / opencontainers / runc / libcontainer / configs / cgroup_unsupported.go
1 // +build !windows,!linux,!freebsd
2
3 package configs
4
5 type Cgroup struct {
6 }