aboutsummaryrefslogtreecommitdiff
path: root/src/net/unixsock_readmsg_other.go
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2023-11-08 14:34:51 -0800
committerColin Cross <ccross@android.com>2023-11-09 08:50:14 -0800
commit68a2d6d0813d288a1149f79a7223284fa2f5559f (patch)
tree143cca9a296a439937d2377dda45b0a02a58127b /src/net/unixsock_readmsg_other.go
parent041649c429280aac67ca954c19cbbf0adc27312f (diff)
parented817f1c4055a559a94afffecbb91c78e4f39942 (diff)
downloadgo-68a2d6d0813d288a1149f79a7223284fa2f5559f.tar.gz
Merge tag 'upstream-go1.21.4'
Test: builds Change-Id: I51ebec3387045e2d403ed4cb8d29e890930c802a
Diffstat (limited to 'src/net/unixsock_readmsg_other.go')
-rw-r--r--src/net/unixsock_readmsg_other.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/unixsock_readmsg_other.go b/src/net/unixsock_readmsg_other.go
index b3d19fe73d..0899a6d3d3 100644
--- a/src/net/unixsock_readmsg_other.go
+++ b/src/net/unixsock_readmsg_other.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 (js && wasm) || windows
+//go:build (js && wasm) || wasip1 || windows
package net