]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
internal/poll: add hurd build tag
authorIan Lance Taylor <iant@golang.org>
Mon, 24 Feb 2020 17:27:03 +0000 (09:27 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 24 Feb 2020 17:29:51 +0000 (09:29 -0800)
Patch from Svante Signell.

Fixes GCC PR go/93900

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

gcc/go/gofrontend/MERGE
libgo/go/internal/poll/fcntl_syscall.go

index 47fbeaeda614accb9e5a5976bce5f2bcc4eeff19..7dcb9ecb4fdebf7ad210d46e8a961ea807731beb 100644 (file)
@@ -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.
index d232e51411a9a4899c3abf93ccc4f763ff7fb2d6..fb82b9bd53b5cfaa9b9f41542021519527a976b9 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 poll