This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/21009] Incompatible with MUSL libc: canonicalize_file_name


https://sourceware.org/bugzilla/show_bug.cgi?id=21009

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Mark Wielaard <mark at klomp dot org> ---
commit 06263dda990be6778a4beb33481cfd39ce60c623
Author: Mark Wielaard <mark@klomp.org>
Date:   Mon Mar 5 14:23:14 2018 +0100

    libdwfl: Use realpath (name, NULL) instead of canonicalize_file_name
(name).

    Some systems apparently don't provide canonicalize_file_name. Since
    canonicalize_file_name (path) is defined as realpath(path, NULL) just
    use realpath everywhere.

    https://sourceware.org/bugzilla/show_bug.cgi?id=21009

    Signed-off-by: Mark Wielaard <mark@klomp.org>

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]