From b6c6a3d64f2e4e9347733290aca3c75898c44b2e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 29 Nov 2022 15:31:39 -0800 Subject: syscall, runtime: always call XSI strerror_r MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') 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. -- cgit v1.1