.
authorJim Meyering <jim@meyering.net>
Sun, 10 Apr 2005 13:41:44 +0000 (13:41 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 10 Apr 2005 13:41:44 +0000 (13:41 +0000)
ChangeLog

index d7b081487ab0990e30c568d1dbe9b8c9d2f426ef..31ef7faaefe0329df3127163a50dd392df369da4 100644 (file)
--- 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)