perlhack updates from H.Merijn Brand.
[p5sagit/p5-mst-13.2.git] / dosish.h
index 08b48fa..5f12b9d 100644 (file)
--- a/dosish.h
+++ b/dosish.h
 #define fwrite1 fwrite
 
 #define Fstat(fd,bufptr)   fstat((fd),(bufptr))
-#define Fflush(fp)         fflush(fp)
+#ifdef DJGPP
+#   define Fflush(fp)      djgpp_fflush(fp)
+#else
+#   define Fflush(fp)      fflush(fp)
+#endif
 #define Mkdir(path,mode)   mkdir((path),(mode))
 
 #ifndef WIN32