[Bug general/21010] Incompatible with MUSL libc: strerror_r

mark at klomp dot org sourceware-bugzilla@sourceware.org
Fri Feb 5 14:49:29 GMT 2021


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.erc@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.erc@gmail.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Elfutils-devel mailing list