Merge pull request #115 from brahmaroutu/ppc64le_datatype

the data type should be int8 for ppc64le
This commit is contained in:
Mrunal Patel 2015-07-10 14:23:59 -07:00
commit d72967657c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build arm ppc64 ppc64le
// +build arm ppc64
package netlink

View File

@ -1,4 +1,4 @@
// +build !arm,!ppc64,!ppc64le
// +build !arm,!ppc64
package netlink