diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-11-21 02:16:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-11-21 02:16:15 +0000 |
commit | d3d684c642943cb5a481fcc38e0ee46ee8b1223c (patch) | |
tree | bf9fcf131a8d50ca8eab060deb3743e24be11e7e /gcc/go | |
parent | dc1a3df45b3a56c9b0df5c944834be6f29f1de6b (diff) | |
download | gcc-d3d684c642943cb5a481fcc38e0ee46ee8b1223c.zip gcc-d3d684c642943cb5a481fcc38e0ee46ee8b1223c.tar.gz gcc-d3d684c642943cb5a481fcc38e0ee46ee8b1223c.tar.bz2 |
re PR go/88060 (../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano.go:17:18: error: reference to undefined name ‘_AT_FDCWD’)
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
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
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. |