[PATCH v5] readlink: more size optimization

Denys Vlasenko vda.linux at googlemail.com
Sun May 7 16:45:03 UTC 2023


> +
> +       fputs_stdout(buf);
> +       if (!(opt & 1))
> +               bb_putchar('\n');

Let's not tempt libc to split the write into two syscalls.

Applied, thank you


More information about the busybox mailing list