diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-12-09 03:43:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-12-09 03:43:33 +0000 |
commit | 9135a6ffc5c878c3ee51242be919cab919e83646 (patch) | |
tree | 86c4a0e50934092b44b31a139ea2f88fce046eed /gcc | |
parent | 77cc6ae6d642ee8a9438b6606d7ba6cc0911fd2b (diff) | |
download | gcc-9135a6ffc5c878c3ee51242be919cab919e83646.zip gcc-9135a6ffc5c878c3ee51242be919cab919e83646.tar.gz gcc-9135a6ffc5c878c3ee51242be919cab919e83646.tar.bz2 |
re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd)
PR go/92861
runtime: use absolute time for sem_timedwait
Patch by Samuel Thibault.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/210457
From-SVN: r279106
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 d1005ba..009a866 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -15c7bc9f0a432bc09716758412ea41d6caa6491b +1da5ceb8daaab7a243fffd6a647554cf674716f8 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |