]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(quit): Define with ATTRIBUTE_NORETURN.
authorJim Meyering <jim@meyering.net>
Sat, 9 Apr 2005 14:15:22 +0000 (14:15 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 9 Apr 2005 14:15:22 +0000 (14:15 +0000)
commite115c60a2a77967e309f55b5e711474116c92883
tree3662fd2cae807d4b69cb8ccc83f797d9a0c5eaf3
parent58415b5d5d3e2fec7875fce5f39de8fba2201c59
(quit): Define with ATTRIBUTE_NORETURN.

Now that close_stdout closes standard output unconditionally,
these workarounds for dd and cat are no longer necessary.
(close_stdout_wrapper): Remove function.
(main): Call atexit with close_stdout, instead.
src/dd.c