]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.19] 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:15 +0000 (21:45 +0000)
commitf5d4363d136cfe0d9dfe7554586f1edda0b7d9cf
tree5478b17aa627213827e3430336a2b8b7088134e7
parent97fe3a23b68dd2df748f2369827aeab2420e0930
[release-branch.go1.19] 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 #58441.

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/+/466858
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/internal/poll/fd_poll_runtime.go
src/sync/atomic/value.go