mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #625 from mchasal/13856-ppcifrDataByte
Additional ppc architectures follow the arm datatype
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// +build arm ppc64 ppc64le
|
||||
|
||||
package netlink
|
||||
|
||||
func ifrDataByte(b byte) uint8 {
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build !arm
|
||||
// +build !arm,!ppc64,!ppc64le
|
||||
|
||||
package netlink
|
||||
|
||||
|
||||
Reference in New Issue
Block a user