mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-31 04:50:19 +02:00
(NEED_PATHCONF_WRAPPER): Undefine before defining,
in case it's already defined.
This commit is contained in:
@@ -66,6 +66,7 @@ extern int errno;
|
||||
# endif /* not PATH_MAX */
|
||||
# ifndef NAME_MAX
|
||||
# define NAME_MAX_FOR(p) pathconf_wrapper ((p), _PC_NAME_MAX);
|
||||
# undef NEED_PATHCONF_WRAPPER
|
||||
# define NEED_PATHCONF_WRAPPER 1
|
||||
# endif /* not NAME_MAX */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user