Skip to content

Commit e2bdbfe

Browse files
committed
unix: flip openbsd libc build tags
Rather than listing OpenBSD architectures that are using libc, list the one that is still blocked on direct system calls. This will simplify the addition of new OpenBSD ports. Updates golang/go#36435 Change-Id: I8d1d16a033245af436d955b5fa6ceeaa1f2a9f6b Reviewed-on: https://go-review.googlesource.com/c/sys/+/439975 Run-TryBot: Joel Sing <[email protected]> Reviewed-by: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Tobias Klauser <[email protected]>
1 parent abe0a0a commit e2bdbfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unix/syscall_openbsd_libc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build (openbsd && 386) || (openbsd && amd64) || (openbsd && arm) || (openbsd && arm64)
6-
// +build openbsd,386 openbsd,amd64 openbsd,arm openbsd,arm64
5+
//go:build openbsd && !mips64
6+
// +build openbsd,!mips64
77

88
package unix
99

0 commit comments

Comments
 (0)