diff options
Diffstat (limited to 'pkg/spec/spec_unsupported.go')
-rw-r--r-- | pkg/spec/spec_unsupported.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/spec/spec_unsupported.go b/pkg/spec/spec_unsupported.go new file mode 100644 index 000000000..0f6a9acdc --- /dev/null +++ b/pkg/spec/spec_unsupported.go @@ -0,0 +1,7 @@ +//+build !linux + +package createconfig + +func getHostRlimits() ([]systemUlimit, error) { + return nil, nil +} |