mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-07 08:33:23 +08:00
#undef mkdir to avoid link errors on
i386-unknown-netbsdelf1.6
This commit is contained in:
parent
3179bd60e7
commit
4e8dbeb934
@ -24,6 +24,9 @@ AC_DEFUN([GL_FUNC_GETCWD_PATH_MAX],
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
/* Don't get link errors because mkdir is redefined to rpl_mkdir. */
|
||||
#undef mkdir
|
||||
|
||||
#ifndef CHAR_BIT
|
||||
# define CHAR_BIT 8
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user