]> git.ipfire.org Git - thirdparty/systemd.git/commit
pretty-print: introduce WITH_BUFFERED_STDERR macro to enable buffering 34205/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 31 Aug 2024 06:42:17 +0000 (15:42 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 3 Sep 2024 00:34:50 +0000 (09:34 +0900)
commit4edbea7de251e741a52b9e54267c3491cb2e6913
tree3d268b0e9f5aadce22d87416084400342a49f817
parentb9e4b2c569b31d837ee002e2aa2bf495a74d2472
pretty-print: introduce WITH_BUFFERED_STDERR macro to enable buffering

Then, the buffer will be flushed and buffering will be disabled on
exiting from the scope.
src/shared/pretty-print.c
src/shared/pretty-print.h
src/sysupdate/updatectl.c