summaryrefslogtreecommitdiff
path: root/src/sync/atomic/race.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync/atomic/race.s')
-rw-r--r--src/sync/atomic/race.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/sync/atomic/race.s b/src/sync/atomic/race.s
new file mode 100644
index 000000000..bdce7668b
--- /dev/null
+++ b/src/sync/atomic/race.s
@@ -0,0 +1,8 @@
+// Copyright 2014 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// +build race
+
+// This file is here only to allow external functions.
+// The operations are implemented in src/runtime/race_amd64.s