This website requires JavaScript.
Explore
Help
Sign In
jasder
/
runc
Watch
1
Star
0
Fork
You've already forked runc
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4b5bf88a08
runc
/
netlink
/
netlink_linux_notarm.go
8 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
Additional ppc architectures follow the arm datatype Signed-off-by: Michael Chase-Salerno <bratac@linux.vnet.ibm.com>
2015-06-12 04:07:33 +08:00
// +build !arm,!ppc64,!ppc64le
Fix 386 and arm cross-compile Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
2014-07-19 06:08:54 +08:00
package
netlink
netlink: Add NetworkSetMacAddress Signed-off-by: Lewis Marshall <lewis@lmars.net>
2014-09-18 08:16:37 +08:00
func
ifrDataByte
(
b
byte
)
int8
{
return
int8
(
b
)
Fix 386 and arm cross-compile Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
2014-07-19 06:08:54 +08:00
}