summaryrefslogtreecommitdiffstats
path: root/test/twriteorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/twriteorder.c')
-rw-r--r--test/twriteorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/twriteorder.c b/test/twriteorder.c
index 9483a58..88389d7 100644
--- a/test/twriteorder.c
+++ b/test/twriteorder.c
@@ -375,7 +375,7 @@ main(int argc, char *argv[])
printf("File created.\n");
}
/* flush output before possible fork */
- HDfflush(stdout);
+ fflush(stdout);
if (launch_g == UC_READWRITE) {
/* fork process */