summaryrefslogtreecommitdiffstats
path: root/test/flush1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/flush1.c')
-rw-r--r--test/flush1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/flush1.c b/test/flush1.c
index 575031c..81d0b7d 100644
--- a/test/flush1.c
+++ b/test/flush1.c
@@ -315,8 +315,8 @@ main(void)
printf("NOTE: Some tests were skipped since the current VFD lacks SWMR support\n");
/* Flush console output streams */
- HDfflush(stdout);
- HDfflush(stderr);
+ fflush(stdout);
+ fflush(stderr);
/* DO NOT CLOSE FILE ID! */
if (H5Pclose(fapl_id) < 0)