mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-26 03:13:42 +08:00
(jm_FUNC_READDIR): Undefine mkdir', not
rmdir'.
This commit is contained in:
parent
0057fa16a4
commit
79e4cbd57a
@ -50,8 +50,8 @@ AC_CACHE_CHECK([for working readdir], jm_cv_func_working_readdir,
|
||||
(Basename[0] == '.' && (Basename[1] == '\0' \
|
||||
|| (Basename[1] == '.' && Basename[2] == '\0')))
|
||||
|
||||
/* Don't try to use replacement rmdir; it wouldn't resolve at link time. */
|
||||
# undef rmdir
|
||||
/* Don't try to use replacement mkdir; it wouldn't resolve at link time. */
|
||||
# undef mkdir
|
||||
|
||||
static void
|
||||
create_300_file_dir (const char *dir)
|
||||
|
Loading…
Reference in New Issue
Block a user