Merge pull request #420 from runcom/cgroups-unsupported

libcontainer: configs: create cgroup_unsupported.go in order to build on darwin as well
This commit is contained in:
Mrunal Patel 2015-11-30 09:20:23 -08:00
commit 3317785f56
1 changed files with 6 additions and 0 deletions

View File

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