fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / closeout
index 79d1cda8da0f3c6864ff10e38f4d9fc43f954ae6..2987121b27576105802cf10eadb758a82ccc42e7 100644 (file)
@@ -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,16 +7,18 @@ lib/closeout.c
 m4/closeout.m4
 
 Depends-on:
-gettext
+close-stream
+gettext-h
 error
 quotearg
 exitfail
+stdbool
 
 configure.ac:
 gl_CLOSEOUT
 
 Makefile.am:
-lib_SOURCES += closeout.h closeout.c
+lib_SOURCES += closeout.c
 
 Include:
 "closeout.h"