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 <[email protected]>
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 <[email protected]>
--
You are receiving this mail because:
You are on the CC list for the bug.