mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/close-stream.m4 (gl_CLOSE_STREAM): Remove AC_LIBOBJ invocation. * modules/close-stream (Makefile.am): Augment lib_SOURCES.
28 lines
343 B
Plaintext
28 lines
343 B
Plaintext
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
|
|
gl_MODULE_INDICATOR([close-stream])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += close-stream.c
|
|
|
|
Include:
|
|
"close-stream.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|