diff options
Diffstat (limited to 'src/runtime/sys_libc.go')
| -rw-r--r-- | src/runtime/sys_libc.go | 2 |
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 |
