We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836fa74 commit d3be949Copy full SHA for d3be949
src/runtime/netpoll_epoll.go
@@ -27,7 +27,7 @@ func netpollinit() {
27
}
28
efd, errno := linux.Eventfd(0, linux.EFD_CLOEXEC|linux.EFD_NONBLOCK)
29
if errno != 0 {
30
- println("runtime: eventfd failed with", -errno)
+ println("runtime: eventfd failed with", errno)
31
throw("runtime: eventfd failed")
32
33
ev := linux.EpollEvent{
0 commit comments