blob: 1d5b4a08c3dfd19167524d5e2365fcb30308b7df [file] [log] [blame]
// +build !s390x
package binfmt_misc
func s390xSupported() error {
return check(Binarys390x)
}