net: add hurd build tag
authorIan Lance Taylor <iant@golang.org>
Sat, 26 Sep 2020 19:11:51 +0000 (12:11 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 28 Sep 2020 23:16:54 +0000 (16:16 -0700)
Patch from Svante Signell.

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

gcc/go/gofrontend/MERGE
libgo/go/net/fd_posix.go

index daa0d2d617782a08a494b8d034b6a5476237b34a..314ffd2efab74ab7635b14563cd918744da7fdb8 100644 (file)
@@ -1,4 +1,4 @@
-2357468ae9b071de0e2ebe6574d78572967b7183
+9e55baf44ab63ba06af0b57038e7b3aab8216222
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 53abd152c7c9cb70a07a9fd32ff5f95d67f34b07..b2f99bc7da330aa09c800d3a481d14bcff1850f1 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 dragonfly freebsd linux netbsd openbsd solaris windows
+// +build aix darwin dragonfly freebsd hurd linux netbsd openbsd solaris windows
 
 package net