blob: dfc0be6606c240a9bef764648a0849f35d96d2d5 [file] [log] [blame]
// +build !linux
package nl
import "encoding/binary"
var SupportedNlFamilies = []int{}
func NativeEndian() binary.ByteOrder {
return nil
}