13 lines
300 B
Text
13 lines
300 B
Text
|
Index: src/runtime/sys_openbsd3.go
|
||
|
--- src/runtime/sys_openbsd3.go.orig
|
||
|
+++ src/runtime/sys_openbsd3.go
|
||
|
@@ -2,7 +2,7 @@
|
||
|
// Use of this source code is governed by a BSD-style
|
||
|
// license that can be found in the LICENSE file.
|
||
|
|
||
|
-//go:build openbsd && !mips64
|
||
|
+//go:build openbsd
|
||
|
|
||
|
package runtime
|
||
|
|