diff options
Diffstat (limited to 'coreutils/whoami.c')
-rw-r--r-- | coreutils/whoami.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/whoami.c b/coreutils/whoami.c index 0dbcba955..1031cdbf8 100644 --- a/coreutils/whoami.c +++ b/coreutils/whoami.c @@ -22,5 +22,5 @@ int whoami_main(int argc, char **argv UNUSED_PARAM) /* Will complain and die if username not found */ puts(xuid2uname(geteuid())); - return fflush(stdout); + return fflush_all(); } |