X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcloseout;h=2987121b27576105802cf10eadb758a82ccc42e7;hb=fba20d159fe191b9d67688738b7c31e769171aac;hp=3d62ed61401c9ab939da28852a1efb2fc80c50a2;hpb=abe574726d366cedfb5a58484fd3a102b587323c;p=gnulib.git diff --git a/modules/closeout b/modules/closeout index 3d62ed614..2987121b2 100644 --- a/modules/closeout +++ b/modules/closeout @@ -1,5 +1,5 @@ Description: -Close stdout, checking for errors. +Close standard output and standard error, exiting with a diagnostic on error. Files: lib/closeout.h @@ -7,11 +7,10 @@ lib/closeout.c m4/closeout.m4 Depends-on: -atexit +close-stream gettext-h error quotearg -fpending exitfail stdbool @@ -19,6 +18,7 @@ configure.ac: gl_CLOSEOUT Makefile.am: +lib_SOURCES += closeout.c Include: "closeout.h"