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
d72967657c
runc
/
libcontainer
/
netlink
/
netlink_linux_notarm.go
8 lines
90 B
Go
Raw
Normal View
History
Unescape
Escape
the data type should be int8 for ppc64le Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
2015-07-11 04:05:45 +08:00
// +build !arm,!ppc64
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
}