aboutsummaryrefslogtreecommitdiff
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
parentd3b2ead595467166c849950ecd3710501a5094d9 (diff)
downloadgcc-3f2a6b041d910cab08332ae01a8a9fcfe2e9036a.zip
gcc-3f2a6b041d910cab08332ae01a8a9fcfe2e9036a.tar.gz
gcc-3f2a6b041d910cab08332ae01a8a9fcfe2e9036a.tar.bz2
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
-rw-r--r--gcc/go/gofrontend/MERGE2
-rw-r--r--libgo/go/net/unixsock_readmsg_cloexec.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 3742414..1fdc5a9 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-3742e8a154bfec805054b4ebf0809f12dc7694da
+90ed127ef053b758288af9c4e43473e257770bc3
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/net/unixsock_readmsg_cloexec.go b/libgo/go/net/unixsock_readmsg_cloexec.go
index fa4fd7d..84479e5 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