summaryrefslogtreecommitdiff
path: root/os2/os2ish.h
diff options
context:
space:
mode:
Diffstat (limited to 'os2/os2ish.h')
-rw-r--r--os2/os2ish.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h
index 8d0820dcfb..0a8720cf8d 100644
--- a/os2/os2ish.h
+++ b/os2/os2ish.h
@@ -70,6 +70,7 @@ void settmppath();
#define Stat(fname,bufptr) os2_stat((fname),(bufptr))
#define Fstat(fd,bufptr) fstat((fd),(bufptr))
+#define FFlush(fp) fflush(fp)
#undef S_IFBLK
#undef S_ISBLK
@@ -80,5 +81,6 @@ void settmppath();
#define Stat(fname,bufptr) stat((fname),(bufptr))
#define Fstat(fd,bufptr) fstat((fd),(bufptr))
+#define FFlush(fp) fflush(fp)
#endif