diff options
Diffstat (limited to 'libgo/go/os/sys_bsd.go')
-rw-r--r-- | libgo/go/os/sys_bsd.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libgo/go/os/sys_bsd.go b/libgo/go/os/sys_bsd.go index 8ad5e218371..d820be2ab67 100644 --- a/libgo/go/os/sys_bsd.go +++ b/libgo/go/os/sys_bsd.go @@ -2,10 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd nacl netbsd openbsd - -// os code shared between *BSD systems including OS X (Darwin) -// and FreeBSD. +// +build darwin dragonfly freebsd js,wasm nacl netbsd openbsd package os |