From 53a36c2652910378a5fcce39cd905643d2df6316 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 29 Aug 2017 21:56:31 +0000 Subject: net/internal/socktest: build sys_unix.go on AIX Reviewed-on: https://go-review.googlesource.com/59913 From-SVN: r251440 --- libgo/go/net/internal/socktest/sys_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgo/go/net') diff --git a/libgo/go/net/internal/socktest/sys_unix.go b/libgo/go/net/internal/socktest/sys_unix.go index f983e26..a3d1282 100644 --- a/libgo/go/net/internal/socktest/sys_unix.go +++ b/libgo/go/net/internal/socktest/sys_unix.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. -// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris +// +build aix darwin dragonfly freebsd linux nacl netbsd openbsd solaris package socktest -- cgit v1.1