metrics: use golang.org/x/sys/unix to support Solaris (#22584)
Fixes #11113 Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
This commit is contained in:
parent
2cde472650
commit
2dee31930c
@ -19,7 +19,7 @@
|
|||||||
package metrics
|
package metrics
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"syscall"
|
syscall "golang.org/x/sys/unix"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/log"
|
"github.com/ethereum/go-ethereum/log"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user