https://sourceware.org/bugzilla/show_bug.cgi?id=21010
Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark at klomp dot org Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #3 from Mark Wielaard <mark at klomp dot org> --- commit 8db222e36ae777e6aec8c61c616838a86258e99f Author: Érico Rolim <erico....@gmail.com> Date: Mon Feb 1 21:16:56 2021 -0300 libdwfl: use GNU strerror_r only when available. Some C libraries don't provide the GNU version of strerror_r, only the XSI-compliant one. We use the GNU version when available, since it fits the code better, and otherwise use the XSI-compliant one. https://sourceware.org/bugzilla/show_bug.cgi?id=21010 Signed-off-by: Érico Rolim <erico....@gmail.com> -- You are receiving this mail because: You are on the CC list for the bug.