summaryrefslogtreecommitdiff
path: root/pkg/mount/flags_unsupported.go
blob: c894efe5b1b46c8cb1781fb002deb581afca07b9 (plain)
1
2
3
4
5
6
7
// +build !linux !amd64

package mount

func parseOptions(options string) (int, string) {
	panic("Not implemented")
}