blob: 27933b6d663952d1b3f3a48047a8e88a153b4eb6 [file] [log] [blame]
// +build !linux
package graphdriver
func GetFSMagic(rootpath string) (FsMagic, error) {
return FsMagicUnsupported, nil
}