]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.20] runtime: fix signature for linked functions
authorAdin Scannell <ascannell@google.com>
Wed, 8 Feb 2023 19:15:23 +0000 (19:15 +0000)
committerMichael Pratt <mpratt@google.com>
Wed, 15 Feb 2023 21:45:24 +0000 (21:45 +0000)
commit85ded85b78e881d826ed5a2e0cc1dcff8af71142
tree28bcfec1b205817145b9cc75484fc4ac1ca4eb87
parent828b05cc647e9777c7e8c67fdd9d5bef2b842d31
[release-branch.go1.20] runtime: fix signature for linked functions

These functions are linked using go:linkname, but do not match the
original declarations. This change brings these in sync.

For #58442.

Change-Id: I16651304c3dba2f9897c2c42e30555d2f7805c2a
Reviewed-on: https://go-review.googlesource.com/c/go/+/466615
Reviewed-by: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Michael Pratt <mpratt@google.com>
(cherry picked from commit 8fb9565832e6dbacaaa057ffabc251a9341f8d23)
Reviewed-on: https://go-review.googlesource.com/c/go/+/466859
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Austin Clements <austin@google.com>
src/internal/poll/fd_poll_runtime.go
src/sync/atomic/value.go