diff options
author | Ian Lance Taylor <iant@golang.org> | 2020-10-28 11:48:19 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-10-28 12:18:01 -0700 |
commit | dfbadb8ce9f4a7278121ab92bf77bde0c1d3b641 (patch) | |
tree | 488c2135994377bf483c1c8c937a99e4fb833469 /libgo | |
parent | 3dcd47389b16f48dcf5512b9ebba15af5c0be948 (diff) | |
download | gcc-dfbadb8ce9f4a7278121ab92bf77bde0c1d3b641.zip gcc-dfbadb8ce9f4a7278121ab92bf77bde0c1d3b641.tar.gz gcc-dfbadb8ce9f4a7278121ab92bf77bde0c1d3b641.tar.bz2 |
syscall: don't build libcall_bsd.go on solaris
This new file was based on master sources that are built for *BSD
but not Solaris
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/266017
Diffstat (limited to 'libgo')
-rw-r--r-- | libgo/go/syscall/libcall_bsd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/syscall/libcall_bsd.go b/libgo/go/syscall/libcall_bsd.go index f13d3bc..1dd957c 100644 --- a/libgo/go/syscall/libcall_bsd.go +++ b/libgo/go/syscall/libcall_bsd.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. -// +build darwin dragonfly freebsd netbsd openbsd solaris +// +build darwin dragonfly freebsd netbsd openbsd // BSD library calls. |