]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: fix signature for linked functions
authorAdin Scannell <ascannell@google.com>
Wed, 8 Feb 2023 19:15:23 +0000 (19:15 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 9 Feb 2023 01:06:51 +0000 (01:06 +0000)
commit8fb9565832e6dbacaaa057ffabc251a9341f8d23
treed461ccb743074c832b58a1fbbcbf4b66b62276fe
parent910f041ff0cdf90dbcd3bd22a272b9b7205a5add
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.

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>
src/internal/poll/fd_poll_runtime.go
src/sync/atomic/value.go