$OpenBSD: patch-src_runtime_sys_libc_go,v 1.3 2021/08/27 18:33:27 jsing Exp $

Index: src/runtime/sys_libc.go
--- src/runtime/sys_libc.go.orig
+++ src/runtime/sys_libc.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 darwin || (openbsd && !mips64)
-// +build darwin openbsd,!mips64
+//go:build darwin || openbsd
+// +build darwin openbsd
 
 package runtime
 
