summaryrefslogtreecommitdiffstats
path: root/text-utils
diff options
context:
space:
mode:
authorKarel Zak2019-06-13 13:22:32 +0200
committerKarel Zak2019-06-17 15:46:10 +0200
commit25b7045e5db032df5354c0749cb454a20b89c522 (patch)
treed177387a5f22c43673d3556c801e8eba55de951f /text-utils
parentlibfdisk: fix fdisk_script_get_table() (diff)
downloadkernel-qcow2-util-linux-25b7045e5db032df5354c0749cb454a20b89c522.tar.gz
kernel-qcow2-util-linux-25b7045e5db032df5354c0749cb454a20b89c522.tar.xz
kernel-qcow2-util-linux-25b7045e5db032df5354c0749cb454a20b89c522.zip
misc: replaces atexit(close_stdout) with new close_stdout_atexit()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils')
-rw-r--r--text-utils/colrm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/colrm.c b/text-utils/colrm.c
index d0ef2eb66..f9dfd5938 100644
--- a/text-utils/colrm.c
+++ b/text-utils/colrm.c
@@ -166,7 +166,7 @@ int main(int argc, char **argv)
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
- atexit(close_stdout);
+ close_stdout_atexit();
while ((opt =
getopt_long(argc, argv, "bfhl:pxVH", longopts,