summaryrefslogtreecommitdiff
path: root/unixish.h
diff options
context:
space:
mode:
Diffstat (limited to 'unixish.h')
-rw-r--r--unixish.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unixish.h b/unixish.h
index 3e39e7d566..4968a38329 100644
--- a/unixish.h
+++ b/unixish.h
@@ -104,6 +104,7 @@
#define Stat(fname,bufptr) stat((fname),(bufptr))
#define Fstat(fd,bufptr) fstat((fd),(bufptr))
#define Fflush(fp) fflush(fp)
+#define Mkdir(path,mode) mkdir((path),(mode))
#ifdef PERL_SCO5
# define PERL_SYS_INIT(c,v) fpsetmask(0)