libcontainer: configs: create cgroup_unsupported.go in order to build on darwin as well

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2015-11-27 10:28:15 +01:00
parent 56d4e8eb3e
commit 112493115f
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
// +build !windows,!linux,!freebsd
package configs
type Cgroup struct {
}