summaryrefslogtreecommitdiff
path: root/src/sync
diff options
context:
space:
mode:
authorDave Cheney <dave@cheney.net>2014-09-17 05:44:42 +0000
committerDave Cheney <dave@cheney.net>2014-09-17 05:44:42 +0000
commitb0716bed55d37ab2da41733df08cf587a139407f (patch)
tree35fc6d5206f5adae489c96885be04c7457076b22 /src/sync
parent9af13c97e34db294521a4650458c11e39dbc94a5 (diff)
downloadgo-b0716bed55d37ab2da41733df08cf587a139407f.tar.gz
sync: fix linux/arm build
For real this time. LGTM=minux R=golang-codereviews, minux CC=golang-codereviews https://codereview.appspot.com/141640043
Diffstat (limited to 'src/sync')
-rw-r--r--src/sync/atomic/export_linux_arm_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sync/atomic/export_linux_arm_test.go b/src/sync/atomic/export_linux_arm_test.go
index 5cd43353e..9f0c856a7 100644
--- a/src/sync/atomic/export_linux_arm_test.go
+++ b/src/sync/atomic/export_linux_arm_test.go
@@ -4,6 +4,4 @@
package atomic
-func generalCAS64(addr *uint64, old uint64, new uint64) bool
-
var GeneralCAS64 = generalCAS64