mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
b5412d1b59
Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
8 lines
90 B
Go
8 lines
90 B
Go
// +build !arm,!ppc64
|
|
|
|
package netlink
|
|
|
|
func ifrDataByte(b byte) int8 {
|
|
return int8(b)
|
|
}
|