From 25b7045e5db032df5354c0749cb454a20b89c522 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 13 Jun 2019 13:22:32 +0200 Subject: misc: replaces atexit(close_stdout) with new close_stdout_atexit() Signed-off-by: Karel Zak --- text-utils/colrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-utils/colrm.c') 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, -- cgit v1.2.3-55-g7522