diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-09-20 14:59:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-09-20 14:59:39 +0000 |
commit | 7ba0b15a7e552a6458a54b460752fd19f423170d (patch) | |
tree | 61538defc78695702f080b46ac3bb493c0c2b34d /libgo/go/os | |
parent | cace2309d494617577161853a358eb3a444c1688 (diff) | |
download | gcc-7ba0b15a7e552a6458a54b460752fd19f423170d.zip gcc-7ba0b15a7e552a6458a54b460752fd19f423170d.tar.gz gcc-7ba0b15a7e552a6458a54b460752fd19f423170d.tar.bz2 |
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/os')
-rw-r--r-- | libgo/go/os/user/cgo_lookup_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/os/user/cgo_lookup_unix.go b/libgo/go/os/user/cgo_lookup_unix.go index 8881366..9670ada 100644 --- a/libgo/go/os/user/cgo_lookup_unix.go +++ b/libgo/go/os/user/cgo_lookup_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 !android,linux netbsd openbsd solaris +// +build aix darwin dragonfly freebsd !android,linux netbsd openbsd solaris // +build cgo package user |