aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_libc.go
diff options
context:
space:
mode:
authorJoel Sing <joel@sing.id.au>2025-02-15 19:34:08 +1100
committerGopher Robot <gobot@golang.org>2025-07-28 11:31:21 -0700
commitd5dc36af455ebd3e613780136766fba0cef7b0c4 (patch)
tree30ad310c8084253464b39553d8d92402619c6886 /src/runtime/sys_libc.go
parent64ba72474d9a637fc8152c3bbd8cdec3ffde2940 (diff)
downloadgo-d5dc36af455ebd3e613780136766fba0cef7b0c4.tar.xz
runtime: remove openbsd/mips64 related code
The openbsd/mips64 port has been broken for many years and it has not been possible to land the changes needed to unbreak it. As such, this port is considered dead and can be decommissioned in order to remove technical debt and allow other changes to be completed. Updates #61546 Change-Id: I9680eab9fb3aa85b83de47c66e9ebaf8c388a3bd Reviewed-on: https://go-review.googlesource.com/c/go/+/649659 Reviewed-by: Keith Randall <khr@google.com> Auto-Submit: Keith Randall <khr@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Mark Freeman <mark@golang.org> Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/runtime/sys_libc.go')
-rw-r--r--src/runtime/sys_libc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_libc.go b/src/runtime/sys_libc.go
index 72d8991559..214e879319 100644
--- a/src/runtime/sys_libc.go
+++ b/src/runtime/sys_libc.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 runtime