X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcloseout;h=2987121b27576105802cf10eadb758a82ccc42e7;hb=c65d65a81e9d66960ae7ce5abe5069d5b7338ed2;hp=4cdedb3f71c24a1617b44f019f64e194e4caa527;hpb=b672735937f4d598bf05a3e9bd9560ca058de15a;p=gnulib.git diff --git a/modules/closeout b/modules/closeout index 4cdedb3f7..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,21 +7,24 @@ lib/closeout.c m4/closeout.m4 Depends-on: -unlocked-io -gettext +close-stream +gettext-h error quotearg -fpending exitfail +stdbool configure.ac: gl_CLOSEOUT Makefile.am: -lib_SOURCES += closeout.h closeout.c +lib_SOURCES += closeout.c Include: "closeout.h" +License: +GPL + Maintainer: Jim Meyering