podman/pkg/sysinfo
Sascha Grunert 4bfbc355de
Build cgo files with -Wall -Werror
To avoid unnecessary warnings and errors in the future I'd like to
propose building all cgo related sources with `-Wall -Werror`. This
commit fixes some warnings which came up in `shm_lock.c`, too.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-06-21 10:14:19 +02:00
..
numcpu.go Update vendor of runc 2019-01-04 14:54:59 -05:00
numcpu_linux.go Update vendor of runc 2019-01-04 14:54:59 -05:00
numcpu_windows.go Update vendor of runc 2019-01-04 14:54:59 -05:00
README.md Update vendor of runc 2019-01-04 14:54:59 -05:00
sysinfo.go Update vendor of runc 2019-01-04 14:54:59 -05:00
sysinfo_linux.go Update vendor of runc 2019-01-04 14:54:59 -05:00
sysinfo_linux_test.go Update vendor of runc 2019-01-04 14:54:59 -05:00
sysinfo_solaris.go Build cgo files with -Wall -Werror 2019-06-21 10:14:19 +02:00
sysinfo_test.go Update vendor of runc 2019-01-04 14:54:59 -05:00
sysinfo_unix.go Update vendor of runc 2019-01-04 14:54:59 -05:00
sysinfo_windows.go Update vendor of runc 2019-01-04 14:54:59 -05:00

SysInfo stores information about which features a kernel supports.