syscall: fix TestForeground for AIX
authorClément Chigot <clement.chigot@atos.net>
Fri, 3 May 2019 14:53:13 +0000 (16:53 +0200)
committerIan Lance Taylor <iant@golang.org>
Wed, 23 Sep 2020 03:07:34 +0000 (20:07 -0700)
commite884ced05231a04b1a3c70ece7237d0b1eeebf19
tree41a6e063c9b386623c962f31aaec47bdf78542ab
parent1260f69aeb96f98ebefdbb852a4e868b8926eb0a
syscall: fix TestForeground for AIX

Syscall function can't be used on AIX. Therefore, Ioctl in
TestForeground must call raw_ioctl.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/175080
gcc/go/gofrontend/MERGE
libgo/go/syscall/export_aix_test.go [new file with mode: 0644]
libgo/go/syscall/export_unix_test.go