aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/sync/export_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/sync/export_test.go')
-rw-r--r--libgo/go/sync/export_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/sync/export_test.go b/libgo/go/sync/export_test.go
index 6ed38dad89d..669076efad3 100644
--- a/libgo/go/sync/export_test.go
+++ b/libgo/go/sync/export_test.go
@@ -7,3 +7,5 @@ package sync
// Export for testing.
var Runtime_Semacquire = runtime_Semacquire
var Runtime_Semrelease = runtime_Semrelease
+var Runtime_procPin = runtime_procPin
+var Runtime_procUnpin = runtime_procUnpin