]> Cypherpunks repositories - gostls13.git/commitdiff
internal/syscall: add AIX operating system
authorClément Chigot <clement.chigot@atos.net>
Fri, 28 Sep 2018 13:21:58 +0000 (15:21 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 3 Oct 2018 21:28:26 +0000 (21:28 +0000)
This commit adds AIX operating system to internal/syscall package for ppc64
architecture.

Updates: #25893

Change-Id: I5c3a9d4403ca170a7e894e06e68b83387d09b816
Reviewed-on: https://go-review.googlesource.com/c/138718
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/internal/syscall/unix/nonblocking.go

index 1db3394432f581b5cff3bf07fcbb496c6cb64460..233b6689d15a87b5db6b22e3448506f473bd13df 100644 (file)
@@ -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 netbsd openbsd solaris
+// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package unix