Files
runc/libcontainer/netlink/netlink_linux_notarm.go
T
root b5412d1b59 the data type should be int8 for ppc64le
Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
2015-07-10 20:11:11 +00:00

8 lines
90 B
Go

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