summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dosish.h b/dosish.h
index a3a4acc126..76761e3636 100644
--- a/dosish.h
+++ b/dosish.h
@@ -14,5 +14,6 @@
#define Stat(fname,bufptr) stat((fname),(bufptr))
#define Fstat(fd,bufptr) fstat((fd),(bufptr))
+#define Fflush(fp) fflush(fp)
#define my_getenv(var) getenv(var)