summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-06-29 15:59:39 +0000
committerJim Meyering <jim@meyering.net>1998-06-29 15:59:39 +0000
commit83d4b736d21720106b2d63858ecdf0a5ceb80b01 (patch)
tree04ebf3711803a178bd3adcb600b814ba65eb1403 /src/du.c
parent257c5c4737ce0399316199903ae402ae9e794a84 (diff)
downloadcoreutils-83d4b736d21720106b2d63858ecdf0a5ceb80b01.tar.xz
revert back to using lower case _unlocked wrapper names
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index b78b7e4c8..54b321bba 100644
--- a/src/du.c
+++ b/src/du.c
@@ -408,7 +408,7 @@ print_size (uintmax_t n_blocks, const char *string)
printf ("%s\t%s\n",
human_readable (n_blocks, buf, ST_NBLOCKSIZE, output_block_size),
string);
- FFLUSH (stdout);
+ fflush (stdout);
}
/* Recursively print the sizes of the directories (and, if selected, files)