diff options
Diffstat (limited to 'src/pkg/runtime/os_windows.c')
-rw-r--r-- | src/pkg/runtime/os_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/os_windows.c b/src/pkg/runtime/os_windows.c index 79dc2960f..aadc30a07 100644 --- a/src/pkg/runtime/os_windows.c +++ b/src/pkg/runtime/os_windows.c @@ -485,7 +485,7 @@ runtime·profileloop1(void) void runtime·resetcpuprofiler(int32 hz) { - static Lock lock; + static Mutex lock; void *timer, *thread; int32 ms; int64 due; |