summaryrefslogtreecommitdiff
path: root/src/net/internal/socktest/switch_unix.go
diff options
context:
space:
mode:
authorClément Chigot <clement.chigot@atos.net>2018-09-28 15:50:01 +0200
committerIan Lance Taylor <iant@golang.org>2018-10-10 17:20:53 +0000
commit9ff11b026089791c4d2bc14c17647f3cb4f4aa22 (patch)
treebb30ef2488c0e1ae45c5010e64a274dccbd36f55 /src/net/internal/socktest/switch_unix.go
parentceb0c371d9a535826497289ac7d0b206a59526e6 (diff)
downloadgo-git-9ff11b026089791c4d2bc14c17647f3cb4f4aa22.tar.gz
net: add AIX operating system
This commit adds AIX operating system to net package for ppc64 architecture. Updates: #25893 Change-Id: I46bbc7b03931019beb969443cb3f9a756956c66c Reviewed-on: https://go-review.googlesource.com/c/138724 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/net/internal/socktest/switch_unix.go')
-rw-r--r--src/net/internal/socktest/switch_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/internal/socktest/switch_unix.go b/src/net/internal/socktest/switch_unix.go
index d518f7b06f..0626aa06c0 100644
--- a/src/net/internal/socktest/switch_unix.go
+++ b/src/net/internal/socktest/switch_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 js,wasm linux nacl netbsd openbsd solaris
+// +build aix darwin dragonfly freebsd js,wasm linux nacl netbsd openbsd solaris
package socktest