summaryrefslogtreecommitdiff
path: root/libgo
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2022-02-16 16:57:28 -0800
committerIan Lance Taylor <iant@golang.org>2022-02-17 09:30:02 -0800
commit3f2a6b041d910cab08332ae01a8a9fcfe2e9036a (patch)
tree65044f61fa896d4d9d40507a9be5d31fcd2eb3a3 /libgo
parentd3b2ead595467166c849950ecd3710501a5094d9 (diff)
net: add hurd build tag for setReadMsgCloseOnExec
Patch from Svante Signell. PR go/103573 PR go/104290 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/386216
Diffstat (limited to 'libgo')
-rw-r--r--libgo/go/net/unixsock_readmsg_cloexec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/net/unixsock_readmsg_cloexec.go b/libgo/go/net/unixsock_readmsg_cloexec.go
index fa4fd7d9331..84479e58d65 100644
--- a/libgo/go/net/unixsock_readmsg_cloexec.go
+++ b/libgo/go/net/unixsock_readmsg_cloexec.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.
-//go:build aix || darwin || freebsd || solaris
+//go:build aix || darwin || freebsd || hurd || solaris
package net