summaryrefslogtreecommitdiff
path: root/libgo/go/internal
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/internal')
-rw-r--r--libgo/go/internal/poll/fcntl_syscall.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/internal/poll/fcntl_syscall.go b/libgo/go/internal/poll/fcntl_syscall.go
index d232e51411a..fb82b9bd53b 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