internal/poll: add hurd build tag

Patch from Svante Signell.

Fixes GCC PR go/93900

Change-Id: I40b5d0d13bdb35133c698acab03b1c09097b464e
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/220592
Reviewed-by: Ian Lance Taylor <iant@golang.org>
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