From 7ba0b15a7e552a6458a54b460752fd19f423170d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 20 Sep 2017 14:59:39 +0000 Subject: internal,net,os,runtime,syscall: fixes for AIX following update to go1.9 Reviewed-on: https://go-review.googlesource.com/64551 From-SVN: r253016 --- libgo/go/os/user/cgo_lookup_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgo/go/os') 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 -- cgit v1.1