mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 20:16:36 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue