Skip to content

Commit

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

Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
  • Loading branch information
gzliudan and renaynay committed Dec 10, 2024
1 parent 6db35e9 commit adc9d69
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 @@ -20,7 +20,7 @@
package metrics

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

"github.com/XinFinOrg/XDPoSChain/log"
)
Expand Down

0 comments on commit adc9d69

Please sign in to comment.