Remove all darwin specific files and use more generic _unsupported with build tags.
Docker-DCO-1.1-Signed-off-by: Guillaume J. Charmes <guillaume.charmes@docker.com> (github: creack)
This commit is contained in:
parent
8520c2e940
commit
32bbc76949
3 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
// +build: !linux !amd64
|
||||
package mount
|
||||
|
||||
func parseOptions(options string) (int, string) {
|
|
@ -1,3 +1,4 @@
|
|||
// +build: !linux !amd64
|
||||
package mount
|
||||
|
||||
func mount(device, target, mType string, flag uintptr, data string) error {
|
|
@ -1,3 +1,4 @@
|
|||
// +build: !linux !amd64
|
||||
package netlink
|
||||
|
||||
import (
|
Loading…
Reference in a new issue