summaryrefslogtreecommitdiffstats
path: root/perform
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-01-11 15:43:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-01-11 15:43:13 (GMT)
commit76ba1a99d30f5808b08214ef07019672694b73da (patch)
tree489578e4d8cb07c94fd0a9fb780b136d882db691 /perform
parent2fcaf3e0f3fc05b5af2806e55c0658a13e49e3fb (diff)
downloadhdf5-76ba1a99d30f5808b08214ef07019672694b73da.zip
hdf5-76ba1a99d30f5808b08214ef07019672694b73da.tar.gz
hdf5-76ba1a99d30f5808b08214ef07019672694b73da.tar.bz2
[svn-r9805] Purpose:
Code cleanup Description: Remove obsolete support for Watcom C compiler. Platforms tested: None - too minor to require any.
Diffstat (limited to 'perform')
-rw-r--r--perform/iopipe.c8
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
/*