]> git.feebdaed.xyz Git - 0xmirror/go.git/commit
runtime: use atomic C types with atomic C functions
authorJoel Sing <joel@sing.id.au>
Mon, 8 Dec 2025 13:11:55 +0000 (00:11 +1100)
committerMichael Knyszek <mknyszek@google.com>
Mon, 8 Dec 2025 15:59:15 +0000 (07:59 -0800)
commit4122d3e9ea55c8d2293e0a0c59cd6e467021c9e0
treeab75693c42f0594a56c6895931b149d0db362551
parent34397865b1174f4d4b33941877a5906e50965b3b
runtime: use atomic C types with atomic C functions

Mark types as _Atomic - fixes breakage introduced in CL 726964
across most LLVM based platforms/builders.

Change-Id: I5e64b9ccb0cf5244977a787a52ee124bc03c10de
Reviewed-on: https://go-review.googlesource.com/c/go/+/728040
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/testdata/testprogcgo/notingo.go