blob: 11cfe616cdf9b7511ea64f9e58409c81ab6e508f [file] [log] [blame]
// +build arm
package binfmt_misc
func armSupported() error {
return nil
}