]> Cypherpunks repositories - gostls13.git/commit
os/user: allow build on aix/ppc64 with cgo
authorClément Chigot <clement.chigot@atos.net>
Wed, 27 Feb 2019 14:45:18 +0000 (15:45 +0100)
committerIan Lance Taylor <iant@golang.org>
Tue, 19 Mar 2019 03:20:43 +0000 (03:20 +0000)
commitb3cfb0b3228ada12eaea404784739f51e1671652
tree7ae889e47a1aea1fa826616a8a7a891122cadcdf
parentca4314d39efd5f9dfa12b2eff7a945d9ead0b69e
os/user: allow build on aix/ppc64 with cgo

This commit adds C support for os/user package for aix/ppc64.

Updates #30563

Change-Id: Id07646998a7243b1335b85b5d4fe5bc4114e2a88
Reviewed-on: https://go-review.googlesource.com/c/go/+/164039
Run-TryBot: Mikio Hara <mikioh.public.networking@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/user/listgroups_aix.go [new file with mode: 0644]
src/os/user/user_test.go