summaryrefslogtreecommitdiff
path: root/libgo/go/runtime/export_unix_test.go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2017-09-20 14:59:39 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-09-20 14:59:39 +0000
commit7ba0b15a7e552a6458a54b460752fd19f423170d (patch)
tree61538defc78695702f080b46ac3bb493c0c2b34d /libgo/go/runtime/export_unix_test.go
parentcace2309d494617577161853a358eb3a444c1688 (diff)
downloadgcc-7ba0b15a7e552a6458a54b460752fd19f423170d.tar.gz
internal,net,os,runtime,syscall: fixes for AIX following update to go1.9
Reviewed-on: https://go-review.googlesource.com/64551 From-SVN: r253016
Diffstat (limited to 'libgo/go/runtime/export_unix_test.go')
-rw-r--r--libgo/go/runtime/export_unix_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/runtime/export_unix_test.go b/libgo/go/runtime/export_unix_test.go
index 54d577072ec..eecdfb7eb22 100644
--- a/libgo/go/runtime/export_unix_test.go
+++ b/libgo/go/runtime/export_unix_test.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