Commit 72a2539c authored by Dave Cheney's avatar Dave Cheney

sync: fix linux/arm build

For real this time.

LGTM=minux
R=golang-codereviews, minux
CC=golang-codereviews
https://golang.org/cl/141640043
parent 2107b30e
...@@ -4,6 +4,4 @@ ...@@ -4,6 +4,4 @@
package atomic package atomic
func generalCAS64(addr *uint64, old uint64, new uint64) bool
var GeneralCAS64 = generalCAS64 var GeneralCAS64 = generalCAS64
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment