• Alessandro Rubini's avatar
    diag: bugfix for arch-gnu-linux · e53cb026
    Alessandro Rubini authored
    pp_printf calls puts, but that's the "embedded" puts, the one that
    doens't add a trailing newline. So to avoid extra lines and split
    messages in the diagnostic output we need to link the fake puts, that
    calls pp_puts instead (in turn, pp_puts for arch-gnu-linux relies on
    fputs, which doesn't add the trailing newline).
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    e53cb026
Name
Last commit
Last update
..
include/arch Loading commit data...
Makefile Loading commit data...
main-loop.c Loading commit data...
posix-io.c Loading commit data...
posix-socket.c Loading commit data...
posix-startup.c Loading commit data...
posix-time.c Loading commit data...
posix-timer.c Loading commit data...
posix.h Loading commit data...