diff options
Diffstat (limited to 'vendor/modernc.org/libc/pthread_all.go')
-rw-r--r-- | vendor/modernc.org/libc/pthread_all.go | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vendor/modernc.org/libc/pthread_all.go b/vendor/modernc.org/libc/pthread_all.go index 2b23b585f..76a941f0c 100644 --- a/vendor/modernc.org/libc/pthread_all.go +++ b/vendor/modernc.org/libc/pthread_all.go @@ -2,8 +2,10 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build !freebsd && !openbsd -// +build !freebsd,!openbsd +//go:build !freebsd && !openbsd && !(linux && (amd64 || loong64)) +// +build !freebsd +// +build !openbsd +// +build !linux !amd64,!loong64 package libc // import "modernc.org/libc" |