Unverified Commit 2dee3193 authored by Mathijs de Bruin's avatar Mathijs de Bruin Committed by GitHub

metrics: use golang.org/x/sys/unix to support Solaris (#22584)

Fixes #11113
Co-authored-by: 's avatarrene <41963722+renaynay@users.noreply.github.com>
parent 2cde4726
......@@ -19,7 +19,7 @@
package metrics
import (
"syscall"
syscall "golang.org/x/sys/unix"
"github.com/ethereum/go-ethereum/log"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment