aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_unix.go
diff options
context:
space:
mode:
authorClément Chigot <clement.chigot@atos.net>2018-09-28 14:54:43 +0200
committerIan Lance Taylor <iant@golang.org>2018-10-03 20:58:16 +0000
commit9f78aa77443389d61a3ef910a1c3d4628999d82c (patch)
tree9ebae36f3d06af681d299bfee6c748de739ef413 /src/runtime/signal_unix.go
parentc216c3aa9fe34cd81e9d4bcc28c64257064eddc9 (diff)
downloadgo-9f78aa77443389d61a3ef910a1c3d4628999d82c.tar.gz
go-9f78aa77443389d61a3ef910a1c3d4628999d82c.zip
runtime: add AIX operating system
This commit adds AIX operating system to runtime package for ppc64 architecture. Only new files and minor changes are in this commit. Others modifications in files like asm_ppc64.s will be in separate commits. Updates: #25893 Change-Id: I9c5e073f5f3debb43b004ad1167694a5afd31cfd Reviewed-on: https://go-review.googlesource.com/c/138716 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/runtime/signal_unix.go')
-rw-r--r--src/runtime/signal_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/signal_unix.go b/src/runtime/signal_unix.go
index 6cd9f8ddb6..12a938c8c9 100644
--- a/src/runtime/signal_unix.go
+++ b/src/runtime/signal_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 netbsd openbsd solaris
+// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
package runtime