summaryrefslogtreecommitdiff
path: root/pkg/spec/spec_unsupported.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/spec/spec_unsupported.go')
-rw-r--r--pkg/spec/spec_unsupported.go7
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
+}