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
This commit is contained in:
Ian Lance Taylor 2020-10-28 11:48:19 -07:00
parent 3dcd47389b
commit dfbadb8ce9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
be0d2cc2df9f98d967c242594838f86362dae2e7
88a25df9133e9a1fc28a00b08ee30d7e5ab2cdbb
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.

View File

@ -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.