Merge pull request #3024 from sean-/f-illumos-duex
Add the minimal fix to restore being able to compile on Illumos.
This commit is contained in:
commit
673a038691
1
vendor/github.com/docker/docker/pkg/system/meminfo_solaris.go
generated
vendored
1
vendor/github.com/docker/docker/pkg/system/meminfo_solaris.go
generated
vendored
|
@ -7,6 +7,7 @@ import (
|
|||
"unsafe"
|
||||
)
|
||||
|
||||
// #cgo CFLAGS: -std=c99
|
||||
// #cgo LDFLAGS: -lkstat
|
||||
// #include <unistd.h>
|
||||
// #include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue