summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/libc/pthread_all.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/modernc.org/libc/pthread_all.go')
-rw-r--r--vendor/modernc.org/libc/pthread_all.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/modernc.org/libc/pthread_all.go b/vendor/modernc.org/libc/pthread_all.go
index 698572fe7..4e2b7f105 100644
--- a/vendor/modernc.org/libc/pthread_all.go
+++ b/vendor/modernc.org/libc/pthread_all.go
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build !freebsd
-// +build !freebsd
+//go:build !freebsd && !openbsd
+// +build !freebsd,!openbsd
package libc // import "modernc.org/libc"