]> git.ipfire.org Git - thirdparty/util-linux.git/commit
include/closestream: add close_stdout_atexit()
authorKarel Zak <kzak@redhat.com>
Tue, 16 Apr 2019 11:42:34 +0000 (13:42 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 16 Apr 2019 11:42:34 +0000 (13:42 +0200)
commit31c66833cb8e3aad8af0eea4a1744e9e14f657b9
tree34325c789284fd56291060001cda0f9791a2dc60
parent7f8787d09405c7a8558f94d44186369422516a6f
include/closestream: add close_stdout_atexit()

It seems better to have a way to control when atexit(close_stdout()) is
used, because close stdout means that for example ASAN (or another
into binary integrated tool) is not able to print the final summary.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
include/closestream.h