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 281f4bc444..4308db8de6 100644
--- a/unixish.h
+++ b/unixish.h
@@ -73,6 +73,7 @@
#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)