diff options
Diffstat (limited to 'test/iopipe.c')
-rw-r--r-- | test/iopipe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/iopipe.c b/test/iopipe.c index d359ed8..152626e 100644 --- a/test/iopipe.c +++ b/test/iopipe.c @@ -151,7 +151,11 @@ synchronize (void) { #ifdef H5_HAVE_SYSTEM #ifdef WIN32 +#ifdef __WATCOMC__ + flushall(); +#else /* __WATCOMC__ */ _flushall(); +#endif /* __WATCOMC__ */ #else system ("sync"); system ("df >/dev/null"); |