Skip to content

Commit

Permalink
metrics: use golang.org/x/sys/unix to support Solaris (#22584)
Browse files Browse the repository at this point in the history
Fixes #11113

Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
  • Loading branch information
dokterbob and renaynay authored Jun 1, 2021
1 parent 2cde472 commit 2dee319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/cpu_syscall.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
package metrics

import (
"syscall"
syscall "golang.org/x/sys/unix"

"github.com/ethereum/go-ethereum/log"
)
Expand Down

0 comments on commit 2dee319

Please sign in to comment.