mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
80a574ab49
Signed-off-by: Lewis Marshall <lewis@lmars.net>
8 lines
83 B
Go
8 lines
83 B
Go
// +build !arm
|
|
|
|
package netlink
|
|
|
|
func ifrDataByte(b byte) int8 {
|
|
return int8(b)
|
|
}
|