mirror of
https://github.com/docker/cli.git
synced 2026-09-26 01:10:35 -04:00
b94eb3ae573f9e0bffaa3de88031b91766cd793e
Switches calls to syscall to x/sys, which is more up to date. This is fixes a number of possible bugs on other architectures where ioctl tcget and tcset aren't implemented correctly. There are a few remaining syscall references, because x/sys doesn't have an Errno implementation yet. Also removes a ppc64le and cgo build tag that fixes building on ppc64le without cgo Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com> Upstream-commit: f30b072b8157599cdd996b86d022117d2d55d1ce Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%