diff options
Diffstat (limited to 'coreutils/realpath.c')
-rw-r--r-- | coreutils/realpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/realpath.c b/coreutils/realpath.c index 0fd2c76..5f3242f 100644 --- a/coreutils/realpath.c +++ b/coreutils/realpath.c @@ -44,5 +44,5 @@ int realpath_main(int argc, char **argv) RELEASE_CONFIG_BUFFER(resolved_path); #endif - bb_fflush_stdout_and_exit(retval); + fflush_stdout_and_exit(retval); } |