syscall: don't build libcall_bsd.go on solaris
authorIan Lance Taylor <iant@golang.org>
Wed, 28 Oct 2020 18:48:19 +0000 (11:48 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 28 Oct 2020 19:18:01 +0000 (12:18 -0700)
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

gcc/go/gofrontend/MERGE
libgo/go/syscall/libcall_bsd.go

index 1f65809fc81f010934229a167c3ade92ac2ca92d..45aafaab5c57f8360660409047712569c76442ac 100644 (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.
index f13d3bcbe161ac327ec297f135c82d471a5ebdd1..1dd957c4531ecac0f887abd4d29e263a2bc63f88 100644 (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.