* lib/canonicalize-lgpl.c (freea) [_LIBC]: Remove; not needed.
2020-12-24 Paul Eggert <eggert@cs.ucla.edu>
+ canonicalize-lgpl: remove freea macro
+ * lib/canonicalize-lgpl.c (freea) [_LIBC]: Remove; not needed.
+
canonicalize, canonicalize-lgpl: fix symlink bug
Problem reported by Adhemerval Zanella in:
https://lists.gnu.org/r/bug-gnulib/2020-12/msg00155.html
# define FILE_SYSTEM_PREFIX_LEN(name) 0
# define IS_ABSOLUTE_FILE_NAME(name) ISSLASH(*(name))
# define ISSLASH(c) ((c) == '/')
-# define freea(p) ((void) (p))
#else
# define __canonicalize_file_name canonicalize_file_name
# define __realpath realpath