diff options
Diffstat (limited to 'src/pkg/runtime/stack.c')
| -rw-r--r-- | src/pkg/runtime/stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/stack.c b/src/pkg/runtime/stack.c index 0ce869f442..96f1946db2 100644 --- a/src/pkg/runtime/stack.c +++ b/src/pkg/runtime/stack.c @@ -32,7 +32,7 @@ enum // order = log_2(size/FixedStack) // There is a free list for each order. static MSpan stackpool[NumStackOrders]; -static Lock stackpoolmu; +static Mutex stackpoolmu; // TODO: one lock per order? void |
