diff options
Diffstat (limited to 'perform/iopipe.c')
-rw-r--r-- | perform/iopipe.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/perform/iopipe.c b/perform/iopipe.c index 92c85c3..88b0fe6 100644 --- a/perform/iopipe.c +++ b/perform/iopipe.c @@ -148,14 +148,10 @@ synchronize (void) { #ifdef H5_HAVE_SYSTEM #ifdef WIN32 -#ifdef __WATCOMC__ - flushall(); -#else /* __WATCOMC__ */ _flushall(); -#endif /* __WATCOMC__ */ #else - system ("sync"); - system ("df >/dev/null"); + HDsystem ("sync"); + HDsystem ("df >/dev/null"); #endif #if 0 /* |