From ec3838a735f40f14d6ba6756080b63eb5d357474 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 2 Nov 2015 19:58:15 +0000 Subject: syscall: Change raw_ioctl cmd type to uintptr. Attempt to fix a build bug report: ../../../../libgo/go/syscall/exec_linux.go:185:37: error: integer constant overflow _, err1 = raw_ioctl_ptr(sys.Ctty, TIOCSPGRP, unsafe.Pointer(&pgrp)) Reviewed-on: https://go-review.googlesource.com/16539 From-SVN: r229674 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/go') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 6216047..8fe2b20 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -6b4b969f552b8f9ac87a715d5ad06e52bd031b60 +e9550aa81d38ada037f675f50cbc09e6f1c35c12 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1