summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-06-29 02:10:24 +0000
committerJim Meyering <jim@meyering.net>1998-06-29 02:10:24 +0000
commit02fc5fa0d0a68fa070dcb93983ad20590e051164 (patch)
tree6e1a0c837ad0724d823599cde25fad9e3f9d61ad /src/du.c
parentb62793b100c35efe44f66184e7f60ebc8ab890e5 (diff)
downloadcoreutils-02fc5fa0d0a68fa070dcb93983ad20590e051164.tar.xz
Change all uses of unlocked-wrapped functions to their upper case 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 b8a4c9aff..edaf3988c 100644
--- a/src/du.c
+++ b/src/du.c
@@ -425,7 +425,7 @@ print_size (uintmax_t n_blocks, const char *string)
human_readable (n_blocks, buf, ST_NBLOCKSIZE, output_units,
human_readable_base),
string);
- fflush (stdout);
+ FFLUSH (stdout);
}
/* Recursively print the sizes of the directories (and, if selected, files)