c205e9fb64
This fixes the following compilation error on 32bit ARM: ``` $ GOARCH=arm GOARCH=6 go build ./libcontainer/system/ libcontainer/system/linux.go:119:89: constant 4294967295 overflows int ``` Signed-off-by: Tibor Vass <tibor@docker.com> |
||
---|---|---|
.. | ||
linux.go | ||
linux_test.go | ||
proc.go | ||
proc_test.go | ||
syscall_linux_32.go | ||
syscall_linux_64.go | ||
sysconfig.go | ||
sysconfig_notcgo.go | ||
unsupported.go | ||
xattrs_linux.go |