*: introduce and use ffulsh_all()
[platform/upstream/busybox.git] / coreutils / seq.c
index 03ae3c6..84d11fd 100644 (file)
@@ -95,5 +95,5 @@ int seq_main(int argc, char **argv)
        if (n) /* if while loop executed at least once */
                bb_putchar('\n');
 
-       return fflush(stdout);
+       return fflush_all();
 }