diff options
Diffstat (limited to 'src/pkg/runtime/export_test.go')
-rw-r--r-- | src/pkg/runtime/export_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/runtime/export_test.go b/src/pkg/runtime/export_test.go index 53c5fcba4..c603e1b0d 100644 --- a/src/pkg/runtime/export_test.go +++ b/src/pkg/runtime/export_test.go @@ -18,6 +18,8 @@ var F64toint = f64toint func entersyscall() func exitsyscall() +func golockedOSThread() bool var Entersyscall = entersyscall var Exitsyscall = exitsyscall +var LockedOSThread = golockedOSThread |