diff options
author | Clément Chigot <clement.chigot@atos.net> | 2022-03-01 09:29:37 +0100 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2022-03-04 10:19:50 -0800 |
commit | 6be8281c16e14e8a06057a38c01d80e56c14fdb3 (patch) | |
tree | efef0cbe3b3cf9561709064b72046b7ed34d4782 /libgo/go/os | |
parent | 25587472ccd223c861fe77cfeca4ba33c3f6cd99 (diff) | |
download | gcc-6be8281c16e14e8a06057a38c01d80e56c14fdb3.zip gcc-6be8281c16e14e8a06057a38c01d80e56c14fdb3.tar.gz gcc-6be8281c16e14e8a06057a38c01d80e56c14fdb3.tar.bz2 |
libgo: fix AIX build for the Go1.18 update
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/388635
Diffstat (limited to 'libgo/go/os')
-rw-r--r-- | libgo/go/os/user/listgroups_unix.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/os/user/listgroups_unix.go b/libgo/go/os/user/listgroups_unix.go index b3cf839..af9b544 100644 --- a/libgo/go/os/user/listgroups_unix.go +++ b/libgo/go/os/user/listgroups_unix.go @@ -14,7 +14,6 @@ import ( "io" "os" "strconv" - "syscall" ) const groupFile = "/etc/group" |