internal/syscall/unix: add hurd build tag
authorIan Lance Taylor <iant@golang.org>
Mon, 24 Feb 2020 14:38:11 +0000 (06:38 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 24 Feb 2020 14:42:05 +0000 (06:42 -0800)
Patch from Svante Signell.

Fixes GCC PR go/93900

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

gcc/go/gofrontend/MERGE
libgo/go/internal/syscall/unix/nonblocking.go

index ce10ee1..47fbeae 100644 (file)
@@ -1,4 +1,4 @@
-d5d00d310ec33aeb18f33f807956ec0c4eeea6bb
+4e6402f3153fad368830ff3fe57c6302179de806
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 9b39bb2..1734cdc 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 dragonfly freebsd linux netbsd openbsd
+// +build dragonfly freebsd hurd linux netbsd openbsd
 
 package unix