From 9c443eb5ec34c7c36e518c0c1d8aefe3b9505ed1 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Sun, 23 Jul 2006 13:42:52 +0000 Subject: [PATCH] * modules/close-stream: New file --- modules/close-stream | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 modules/close-stream diff --git a/modules/close-stream b/modules/close-stream new file mode 100644 index 0000000000..75f96f8208 --- /dev/null +++ b/modules/close-stream @@ -0,0 +1,25 @@ +Description: +Close a stream, with nicer error checking than fclose's. + +Files: +lib/close-stream.h +lib/close-stream.c +m4/close-stream.m4 + +Depends-on: +fpending +stdbool + +configure.ac: +gl_CLOSE_STREAM + +Makefile.am: + +Include: +"close-stream.h" + +License: +GPL + +Maintainer: +Jim Meyering -- 2.30.2