aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/net
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2017-08-29 21:56:31 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-08-29 21:56:31 +0000
commit53a36c2652910378a5fcce39cd905643d2df6316 (patch)
tree0f1758082cb36d6d37d8e1694b614b92a3c32ec1 /libgo/go/net
parent6222bddc8e082412d04c0775a3ea17d020c49a60 (diff)
downloadgcc-53a36c2652910378a5fcce39cd905643d2df6316.zip
gcc-53a36c2652910378a5fcce39cd905643d2df6316.tar.gz
gcc-53a36c2652910378a5fcce39cd905643d2df6316.tar.bz2
net/internal/socktest: build sys_unix.go on AIX
Reviewed-on: https://go-review.googlesource.com/59913 From-SVN: r251440
Diffstat (limited to 'libgo/go/net')
-rw-r--r--libgo/go/net/internal/socktest/sys_unix.go2
1 files changed, 1 insertions, 1 deletions
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