Merge pull request #31703 from jen20/solaris-cflags

pkg/system: Set appropriate CFLAGS on Solaris
Upstream-commit: 400d154737cd026f29269bb381390b3d454ba6bb
Component: engine
This commit is contained in:
Justin Cormack
2017-03-10 14:34:53 +00:00
committed by GitHub
@@ -7,6 +7,7 @@ import (
"unsafe"
)
// #cgo CFLAGS: -std=c99
// #cgo LDFLAGS: -lkstat
// #include <unistd.h>
// #include <stdlib.h>