aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorClément Chigot <clement.chigot@atos.net>2019-05-03 16:53:13 +0200
committerIan Lance Taylor <iant@golang.org>2020-09-22 20:07:34 -0700
commite884ced05231a04b1a3c70ece7237d0b1eeebf19 (patch)
tree41a6e063c9b386623c962f31aaec47bdf78542ab /gcc/go
parent1260f69aeb96f98ebefdbb852a4e868b8926eb0a (diff)
downloadgcc-e884ced05231a04b1a3c70ece7237d0b1eeebf19.zip
gcc-e884ced05231a04b1a3c70ece7237d0b1eeebf19.tar.gz
gcc-e884ced05231a04b1a3c70ece7237d0b1eeebf19.tar.bz2
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
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 59b580f..5d26b7e 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-99ab98d2ed8fa8a33947c52925f89b344d7cb8ae
+cfee06e20a172753552b1515dd3a4fde5d5cad7b
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.