aboutsummaryrefslogtreecommitdiff
path: root/libgo
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2016-09-20 18:26:55 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2016-09-20 18:26:55 +0000
commit321f72a231c35599a5c68d1369a5b17edd794f7f (patch)
treec557f9ab48705e933f60bdd3c2f1dc42d3c4ad6b /libgo
parented34fc9723afa86bcb50d2372d8941687d39213c (diff)
downloadgcc-321f72a231c35599a5c68d1369a5b17edd794f7f.zip
gcc-321f72a231c35599a5c68d1369a5b17edd794f7f.tar.gz
gcc-321f72a231c35599a5c68d1369a5b17edd794f7f.tar.bz2
syscall: build export_unix_test.go on solaris
Patch from Rainer Orth. Reviewed-on: https://go-review.googlesource.com/29436 From-SVN: r240285
Diffstat (limited to 'libgo')
-rw-r--r--libgo/go/syscall/export_unix_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/syscall/export_unix_test.go b/libgo/go/syscall/export_unix_test.go
index b41fe2f..47ec544 100644
--- a/libgo/go/syscall/export_unix_test.go
+++ b/libgo/go/syscall/export_unix_test.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 linux netbsd openbsd
+// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package syscall