runtime, syscall: add a couple of hurd build tags
authorIan Lance Taylor <iant@golang.org>
Thu, 30 Jan 2020 00:42:01 +0000 (16:42 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 30 Jan 2020 00:43:57 +0000 (16:43 -0800)
Patch by Svante Signell.

Updates PR go/93468

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/216959

gcc/go/gofrontend/MERGE
libgo/go/runtime/nbpipe_pipe2.go
libgo/go/syscall/sockcmsg_unix_other.go

index 8d08e91211dba9ea8aeef778a4f348623c5869aa..40529518b264c5777e87464437bc5de9e2c2f185 100644 (file)
@@ -1,4 +1,4 @@
-5b438257e6fe5f344ae2f973313f394cda85bf62
+d796680b5a78f686ed118578e81d5b1adf48508d
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index e3639d99b158ab5e565ce3b4312a7c4ed26b4e43..76fb40c460a67b5653daa1b2c971e9c93da8670e 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 freebsd linux netbsd openbsd solaris
+// +build freebsd hurd linux netbsd openbsd solaris
 
 package runtime
 
index 65d9f187c4e1c114824d016ecb10ba74f2d62082..3e7afe4a4aca626cbdbbdeb07d6ed0d17ad2d2c8 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 aix darwin freebsd linux netbsd openbsd solaris
+// +build aix darwin freebsd hurd linux netbsd openbsd solaris
 
 package syscall