aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2020-02-24 09:27:03 -0800
committerIan Lance Taylor <iant@golang.org>2020-02-24 09:29:51 -0800
commita4dbb9b25a60143c699de55cd6226cebeb3b3c3e (patch)
treeaad83bffa6460a0e44a33f57c8e43ca13f7e2f96
parentfb77bf1c86e6ea237250e43b877c15ac190d1a65 (diff)
downloadgcc-a4dbb9b25a60143c699de55cd6226cebeb3b3c3e.zip
gcc-a4dbb9b25a60143c699de55cd6226cebeb3b3c3e.tar.gz
gcc-a4dbb9b25a60143c699de55cd6226cebeb3b3c3e.tar.bz2
internal/poll: add hurd build tag
Patch from Svante Signell. Fixes GCC PR go/93900 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/220592
-rw-r--r--gcc/go/gofrontend/MERGE2
-rw-r--r--libgo/go/internal/poll/fcntl_syscall.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 47fbeae..7dcb9ec 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-4e6402f3153fad368830ff3fe57c6302179de806
+658fe4f48374167bf8688e8dbd5f85eee155749e
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
diff --git a/libgo/go/internal/poll/fcntl_syscall.go b/libgo/go/internal/poll/fcntl_syscall.go
index d232e51..fb82b9b 100644
--- a/libgo/go/internal/poll/fcntl_syscall.go
+++ b/libgo/go/internal/poll/fcntl_syscall.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 dragonfly freebsd linux netbsd openbsd
+// +build dragonfly freebsd hurd linux netbsd openbsd
package poll