runc/netlink/netlink_linux_notarm.go

8 lines
83 B
Go

// +build !arm
package netlink
func ifrDataByte(b byte) int8 {
return int8(b)
}