From: Jim Meyering Date: Sun, 10 Apr 2005 13:41:44 +0000 (+0000) Subject: . X-Git-Tag: CPPI-1_12~1051 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=084e64d1b70621ceed1645155c770218e4035841;p=thirdparty%2Fcoreutils.git . --- diff --git a/ChangeLog b/ChangeLog index d7b081487a..31ef7faaef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,15 @@ * Version 5.3.1. + * src/dd.c (quit): Define with ATTRIBUTE_NORETURN. + + Now that close_stdout closes standard output unconditionally, + these workarounds for dd and cat are no longer necessary. + * src/dd.c (close_stdout_wrapper): Remove function. + (main): Call atexit with close_stdout, instead. + * src/cat.c (close_stdout_wrapper): Likewise. + Don't close STDOUT_FILENO explicitly; close_stdout does it. + * src/system.h (__attribute__): Readability nit: Change this: # define __attribute__(x)