summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/lock_sema.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/lock_sema.c')
-rw-r--r--src/pkg/runtime/lock_sema.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/lock_sema.c b/src/pkg/runtime/lock_sema.c
index 3d58cc87f..f7156105f 100644
--- a/src/pkg/runtime/lock_sema.c
+++ b/src/pkg/runtime/lock_sema.c
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build darwin netbsd openbsd plan9 windows
+// +build darwin netbsd openbsd plan9 solaris windows
#include "runtime.h"
#include "stack.h"