summaryrefslogtreecommitdiffstats
path: root/src/H5FDmirror.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDmirror.c')
-rw-r--r--src/H5FDmirror.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDmirror.c b/src/H5FDmirror.c
index b6997e4..a7baff0 100644
--- a/src/H5FDmirror.c
+++ b/src/H5FDmirror.c
@@ -122,7 +122,7 @@ typedef struct H5FD_mirror_t {
/* end partial line */ \
fprintf(stdout, "\n"); \
fprintf(stdout, "```\n"); \
- HDfflush(stdout); \
+ fflush(stdout); \
} while (0)
#else
#define LOG_XMIT_BYTES(label, buf, len) /* no-op */
@@ -132,7 +132,7 @@ typedef struct H5FD_mirror_t {
#define LOG_OP_CALL(name) \
do { \
printf("called %s()\n", (name)); \
- HDfflush(stdout); \
+ fflush(stdout); \
} while (0)
#else
#define LOG_OP_CALL(name) /* no-op */