mirror of
https://github.com/golang/go
synced 2024-11-19 23:04:40 -07:00
sync: fix linux/arm build
For real this time. LGTM=minux R=golang-codereviews, minux CC=golang-codereviews https://golang.org/cl/141640043
This commit is contained in:
parent
2107b30e58
commit
72a2539c38
@ -4,6 +4,4 @@
|
||||
|
||||
package atomic
|
||||
|
||||
func generalCAS64(addr *uint64, old uint64, new uint64) bool
|
||||
|
||||
var GeneralCAS64 = generalCAS64
|
||||
|
Loading…
Reference in New Issue
Block a user