diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-02-12 21:29:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-02-12 21:29:52 +0000 |
commit | 2faf2a305d7d95a9ca618ef08c774d57a521e9fa (patch) | |
tree | a08ac33003ff8830f2a848ddc03eaeaebcff5462 /gcc/go | |
parent | d950b005f993d092dd6e0cefbaf1ecfaf6765cb4 (diff) | |
download | gcc-2faf2a305d7d95a9ca618ef08c774d57a521e9fa.zip gcc-2faf2a305d7d95a9ca618ef08c774d57a521e9fa.tar.gz gcc-2faf2a305d7d95a9ca618ef08c774d57a521e9fa.tar.bz2 |
syscall: don't assume that WIFCONTINUED is defined
It's not defined on the Hurd.
Reviewed-on: https://go-review.googlesource.com/c/161963
From-SVN: r268828
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 1339d9f..3ab1f29 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -fc8aa5a46433d6ecba9fd1cd0bee4290c314ca06 +6d03c4c8ca320042bd550d44c0f25575c5311ac2 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |