aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/race0.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/runtime/race0.go')
-rw-r--r--libgo/go/runtime/race0.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/runtime/race0.go b/libgo/go/runtime/race0.go
index 6f26afa..180f707 100644
--- a/libgo/go/runtime/race0.go
+++ b/libgo/go/runtime/race0.go
@@ -32,6 +32,8 @@ func raceacquireg(gp *g, addr unsafe.Pointer) { th
func raceacquirectx(racectx uintptr, addr unsafe.Pointer) { throw("race") }
func racerelease(addr unsafe.Pointer) { throw("race") }
func racereleaseg(gp *g, addr unsafe.Pointer) { throw("race") }
+func racereleaseacquire(addr unsafe.Pointer) { throw("race") }
+func racereleaseacquireg(gp *g, addr unsafe.Pointer) { throw("race") }
func racereleasemerge(addr unsafe.Pointer) { throw("race") }
func racereleasemergeg(gp *g, addr unsafe.Pointer) { throw("race") }
func racefingo() { throw("race") }