1
0
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:
Dave Cheney 2014-09-17 05:44:42 +00:00
parent 2107b30e58
commit 72a2539c38

View File

@ -4,6 +4,4 @@
package atomic
func generalCAS64(addr *uint64, old uint64, new uint64) bool
var GeneralCAS64 = generalCAS64