diff options
Diffstat (limited to 'libgo/go/net/writev_unix.go')
-rw-r--r-- | libgo/go/net/writev_unix.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/net/writev_unix.go b/libgo/go/net/writev_unix.go index 8b20f42b34d..a0fedc2f990 100644 --- a/libgo/go/net/writev_unix.go +++ b/libgo/go/net/writev_unix.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build darwin || dragonfly || freebsd || illumos || linux || netbsd || openbsd // +build darwin dragonfly freebsd illumos linux netbsd openbsd package net |