diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-06-22 14:25:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-06-22 14:25:52 +0000 |
commit | 38a4d6da179a0c88cc8b697470f928488e0553ee (patch) | |
tree | 4091ced53bb61d9a7f86a2957b2259bfdcbd56d4 /gcc | |
parent | 626d407be8579bca557958353844a87d15ef5849 (diff) | |
download | gcc-38a4d6da179a0c88cc8b697470f928488e0553ee.zip gcc-38a4d6da179a0c88cc8b697470f928488e0553ee.tar.gz gcc-38a4d6da179a0c88cc8b697470f928488e0553ee.tar.bz2 |
syscall: remove Ustat
glibc 2.28 removes ustat.h and the ustat function entirely, which
breaks syscall.Ustat.
Updates golang/go#25990
Reviewed-on: https://go-review.googlesource.com/120535
From-SVN: r261896
Diffstat (limited to 'gcc')
-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 96cb7af..e62c91d 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -d3eb93c1b8990dbfd4bb660c5c8454916b62655c +bdead75ea02fa852a559f35b41453df0c47c9a66 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |