diff options
author | Jim Meyering <jim@meyering.net> | 2005-04-10 13:41:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-04-10 13:41:44 +0000 |
commit | 084e64d1b70621ceed1645155c770218e4035841 (patch) | |
tree | bb4a78d529584617be8157c6087bf6b3048762e8 | |
parent | 31d1fd1eef8b7b3fa5f304e73aac91cd9bd3053d (diff) | |
download | coreutils-084e64d1b70621ceed1645155c770218e4035841.tar.xz |
.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |