GNOME Bugzilla – Bug 708645
canonicalize_file_name may be replaced by realpath
Last modified: 2013-10-15 10:16:04 UTC
canonicalize_file_name is a GNU extension. According to the man page of canonicalize_file_name, calling canonicalize_file_name(path) is equivalent to calling realpath(path, NULL). realpath is in the POSIX.1-2008 standard. http://pubs.opengroup.org/onlinepubs/9699919799/functions/realpath.html
*** This bug has been marked as a duplicate of bug 710163 ***