]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/system.h
aclocal.m4 (GCC_FUNC_MKDIR_TAKES_ONE_ARG): Define.
[thirdparty/gcc.git] / gcc / system.h
index 9ff3773eec66707bb6fe5e92649df109d336a4f5..cdd2bac7b52a5ee26324b116debf11c1adbe2171 100644 (file)
@@ -488,6 +488,11 @@ extern void abort ();
 # define STDERR_FILENO  2
 #endif
 
+/* Some systems have mkdir that takes a single argument. */
+#ifdef MKDIR_TAKES_ONE_ARG
+# define mkdir(a,b) mkdir(a)
+#endif
+
 /* Get libiberty declarations. */
 #include "libiberty.h"