diff options
Diffstat (limited to 'libgo/go/os/executable_sysctl.go')
-rw-r--r-- | libgo/go/os/executable_sysctl.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/os/executable_sysctl.go b/libgo/go/os/executable_sysctl.go index f9a4b18f609..039448b5573 100644 --- a/libgo/go/os/executable_sysctl.go +++ b/libgo/go/os/executable_sysctl.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build freebsd || dragonfly // +build freebsd dragonfly package os |