X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fcloseout;h=6a77cef62949833be02b6a0ec36789229ad0ff7d;hb=bf2664dc000e0bd9c460b8fa6297dcfe7d8fa9ef;hp=0e43dde8da08feef19901a3c28684b71b488d236;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=pspp diff --git a/modules/closeout b/modules/closeout index 0e43dde8da..6a77cef629 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,18 +7,23 @@ 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 Include: "closeout.h" +License: +GPL + +Maintainer: +Jim Meyering