mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Changes most references of syscall to golang.org/x/sys/
Ones aren't changes include, Errno, Signal and SysProcAttr
as they haven't been implemented in /x/sys/.
Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
[s390x] switch utsname from unsigned to signed
per
|
||
|---|---|---|
| .. | ||
| archive.go | ||
| archive_test.go | ||
| archive_unix.go | ||
| archive_windows.go | ||
| chroot_linux.go | ||
| chroot_unix.go | ||
| diff.go | ||
| diff_unix.go | ||
| diff_windows.go | ||
| init_unix.go | ||
| init_windows.go | ||