blob: a5fc6dc6659b687d4f71c0f76cd1fe1adfee5c79 [file] [log] [blame]
// +build arm64
package binfmt_misc
func arm64Supported() error {
return nil
}