syscall: build export_unix_test.go on solaris
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 20 Sep 2016 18:26:55 +0000 (18:26 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 20 Sep 2016 18:26:55 +0000 (18:26 +0000)
    Patch from Rainer Orth.

    Reviewed-on: https://go-review.googlesource.com/29436

From-SVN: r240285

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

index 48d19462897bbb495220d57087e8b2d1247bc053..1123e622c825b3a57b045839f3397db9705826d6 100644 (file)
@@ -1,4 +1,4 @@
-57d120d75be87c2a0da67e750f16929891f1b8f4
+259b4fe81436a3836308f6c96e058edad07be338
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index b41fe2f86b3276b80936fdba2819276f6129e976..47ec544339f9ffb94c0284ebe90c466b546e031f 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 linux netbsd openbsd
+// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package syscall