]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.25] runtime: don't negate eventfd errno
authorMichael Pratt <mpratt@google.com>
Tue, 9 Sep 2025 20:47:15 +0000 (16:47 -0400)
committerDavid Chase <drchase@google.com>
Wed, 25 Feb 2026 21:57:57 +0000 (13:57 -0800)
commit92544bbc9812d760c20dd454459ea7d12a539088
treeeb9d0383e18bcb8e478016165b85456f7236e1d5
parent0c56fa28180c1281bb4934bb6779a72a3fb43f52
[release-branch.go1.25] runtime: don't negate eventfd errno

The Linux syscall package does this for us.

For #75337.
Fixes #77413.

Change-Id: I6a6a636c9bb5fe25fdc6f80dc8b538ebed60d00b
Reviewed-on: https://go-review.googlesource.com/c/go/+/701796
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
(cherry picked from commit d3be949ada01d7827f8edc87665fef5268634cb3)
Reviewed-on: https://go-review.googlesource.com/c/go/+/741223
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Florian Lehner <lehner.florian86@gmail.com>
src/runtime/netpoll_epoll.go