12 lines
316 B
Text
12 lines
316 B
Text
Index: src/syscall/exec_libc2.go
|
|
--- src/syscall/exec_libc2.go.orig
|
|
+++ src/syscall/exec_libc2.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 darwin || (openbsd && !mips64)
|
|
+//go:build darwin || openbsd
|
|
|
|
package syscall
|
|
|