aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/moby/sys/mount/mounter_unsupported.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/moby/sys/mount/mounter_unsupported.go')
-rw-r--r--vendor/github.com/moby/sys/mount/mounter_unsupported.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/moby/sys/mount/mounter_unsupported.go b/vendor/github.com/moby/sys/mount/mounter_unsupported.go
new file mode 100644
index 000000000..15380671c
--- /dev/null
+++ b/vendor/github.com/moby/sys/mount/mounter_unsupported.go
@@ -0,0 +1,7 @@
+// +build !linux,!freebsd freebsd,!cgo
+
+package mount
+
+func mount(device, target, mType string, flag uintptr, data string) error {
+ panic("Not implemented")
+}