aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2020-01-29 16:42:01 -0800
committerIan Lance Taylor <iant@golang.org>2020-01-29 16:43:57 -0800
commit66af5a226acd0edfbafcbcac76ed268cee0612ed (patch)
tree025c7b9578137fc399c4a738bd687661c6d5dd87 /libgo/go/runtime
parent68f3759eff5ee498b52490213650b42b1ad89f16 (diff)
downloadgcc-66af5a226acd0edfbafcbcac76ed268cee0612ed.zip
gcc-66af5a226acd0edfbafcbcac76ed268cee0612ed.tar.gz
gcc-66af5a226acd0edfbafcbcac76ed268cee0612ed.tar.bz2
runtime, syscall: add a couple of hurd build tags
Patch by Svante Signell. Updates PR go/93468 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/216959
Diffstat (limited to 'libgo/go/runtime')
-rw-r--r--libgo/go/runtime/nbpipe_pipe2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/runtime/nbpipe_pipe2.go b/libgo/go/runtime/nbpipe_pipe2.go
index e3639d9..76fb40c 100644
--- a/libgo/go/runtime/nbpipe_pipe2.go
+++ b/libgo/go/runtime/nbpipe_pipe2.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 freebsd linux netbsd openbsd solaris
+// +build freebsd hurd linux netbsd openbsd solaris
package runtime