From d3d684c642943cb5a481fcc38e0ee46ee8b1223c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 21 Nov 2018 02:16:15 +0000 Subject: =?UTF-8?q?re=20PR=20go/88060=20(../../../gcc-8.2.0/libgo/go/sysca?= =?UTF-8?q?ll/libcall=5Flinux=5Futimesnano.go:17:18:=20error:=20reference?= =?UTF-8?q?=20to=20undefined=20name=20=E2=80=98=5FAT=5FFDCWD=E2=80=99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR go/88060 syscall: always define _AT_FDCWD and IPv6MTUInfo They aren't defined by old versions of glibc, but are required by the code in syscall_linux.go. Reviewed-on: https://go-review.googlesource.com/c/150697 From-SVN: r266333 --- 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 6c5d5bc..110cb84 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -559fae430b81595efe151222385192a07a9fc3c3 +37cb9763cbe8407b8c3a237b05a5272a226f14a0 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1