mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +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
d16c72edbe
commit
73b81dde78
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
package metrics
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
syscall "golang.org/x/sys/unix"
|
||||
|
||||
"github.com/XinFinOrg/XDPoSChain/log"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue