summaryrefslogtreecommitdiffstats
path: root/test/err_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/err_compat.c')
-rw-r--r--test/err_compat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/err_compat.c b/test/err_compat.c
index 5f6378f..155abc6 100644
--- a/test/err_compat.c
+++ b/test/err_compat.c
@@ -219,7 +219,7 @@ test_error_compat(void)
/* Add a newline and flush so the output file looks nicer */
printf("\n");
- HDfflush(stdout);
+ fflush(stdout);
/* Create the dataspace */
dims[0] = DIM0;
@@ -352,7 +352,7 @@ test_h5epush1(hid_t file)
/* Add a newline and flush so the output file looks nicer */
printf("\n");
- HDfflush(stdout);
+ fflush(stdout);
/* Create the dataspace */
dims[0] = DIM0;