diff options
author | Ian Lance Taylor <iant@golang.org> | 2022-11-29 15:31:39 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2022-11-29 16:09:13 -0800 |
commit | b6c6a3d64f2e4e9347733290aca3c75898c44b2e (patch) | |
tree | c3f37a1483d0e780eaf20715c4c565612b883ffb /gcc/go | |
parent | 3832c6f7e672e76bba74a508bf3a49740ea38046 (diff) | |
download | gcc-b6c6a3d64f2e4e9347733290aca3c75898c44b2e.zip gcc-b6c6a3d64f2e4e9347733290aca3c75898c44b2e.tar.gz gcc-b6c6a3d64f2e4e9347733290aca3c75898c44b2e.tar.bz2 |
syscall, runtime: always call XSI strerror_r
This does the right thing for either glibc or musl on GNU/Linux.
Based on patch by Sören Tempel.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/454176
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 7e531c3..984d832 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -5e658f4659c551330ea68f5667e4f951b218f32d +fef6aa3c1678cdbe7dca454b2cebb369d8ba81bf The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |