mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #115 from brahmaroutu/ppc64le_datatype
the data type should be int8 for ppc64le
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// +build arm ppc64 ppc64le
|
||||
// +build arm ppc64
|
||||
|
||||
package netlink
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build !arm,!ppc64,!ppc64le
|
||||
// +build !arm,!ppc64
|
||||
|
||||
package netlink
|
||||
|
||||
|
||||
Reference in New Issue
Block a user