summaryrefslogtreecommitdiff
path: root/libgo/go/cmd
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2017-09-20 14:59:39 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2017-09-20 14:59:39 +0000
commitf89bc7fb6b6191bf742204a0957fef37012f9699 (patch)
tree61538defc78695702f080b46ac3bb493c0c2b34d /libgo/go/cmd
parentdf4660d314ea90ac28feaeeb194c8655d9f5ae02 (diff)
downloadgcc-f89bc7fb6b6191bf742204a0957fef37012f9699.tar.gz
internal,net,os,runtime,syscall: fixes for AIX following update to go1.9
Reviewed-on: https://go-review.googlesource.com/64551 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253016 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/go/cmd')
-rw-r--r--libgo/go/cmd/go/internal/base/signal_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/cmd/go/internal/base/signal_unix.go b/libgo/go/cmd/go/internal/base/signal_unix.go
index 4ca3da99226..b90f3a2f191 100644
--- a/libgo/go/cmd/go/internal/base/signal_unix.go
+++ b/libgo/go/cmd/go/internal/base/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 nacl netbsd openbsd solaris
+// +build aix darwin dragonfly freebsd linux nacl netbsd openbsd solaris
package base