aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uname.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/uname.c')
-rw-r--r--coreutils/uname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uname.c b/coreutils/uname.c
index da785ab4c..6c0bdf096 100644
--- a/coreutils/uname.c
+++ b/coreutils/uname.c
@@ -209,5 +209,5 @@ int uname_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
209#endif 209#endif
210 } 210 }
211 211
212 fflush_stdout_and_exit(EXIT_SUCCESS); /* coreutils-6.9 compat */ 212 fflush_stdout_and_exit_SUCCESS(); /* coreutils-6.9 compat */
213} 213}