diff options
Diffstat (limited to 'src/internal/poll/fd_writev_libc.go')
| -rw-r--r-- | src/internal/poll/fd_writev_libc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/poll/fd_writev_libc.go b/src/internal/poll/fd_writev_libc.go index e427e62481..7d59e6b641 100644 --- a/src/internal/poll/fd_writev_libc.go +++ b/src/internal/poll/fd_writev_libc.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 darwin || (openbsd && !mips64) +//go:build aix || darwin || (openbsd && !mips64) package poll |
