fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / closeout
index e7c7416de02db6602f1de75d1bb025d57c587ab3..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,10 +7,10 @@ lib/closeout.c
 m4/closeout.m4
 
 Depends-on:
+close-stream
 gettext-h
 error
 quotearg
-fpending
 exitfail
 stdbool
 
@@ -18,6 +18,7 @@ configure.ac:
 gl_CLOSEOUT
 
 Makefile.am:
+lib_SOURCES += closeout.c
 
 Include:
 "closeout.h"