* modules/close (Depends-on): Remove fclose.
+2011-07-24 Bruno Haible <bruno@clisp.org>
+
+ close: No longer depend on module 'fclose'.
+ * modules/close (Depends-on): Remove fclose.
+ * NEWS: Mention the change.
+
2011-07-24 Bruno Haible <bruno@clisp.org>
fsusage: Enable large volume support on AIX >= 5.2.
Date Modules Changes
+2011-07-24 close This module no longer pulls in the 'fclose' module.
+ If your code creates a socket descriptor using
+ socket() or accept(), then a FILE stream referring
+ to it using fdopen(), then in order to close this
+ stream, you need the 'fclose' module.
+
2011-07-12 arg-nonnull Renamed to snippet/arg-nonnull.
c++defs Renamed to snippet/c++defs.
link-warning Renamed to snippet/link-warning.
Depends-on:
unistd
fd-hook [test $REPLACE_CLOSE = 1]
-fclose
configure.ac:
gl_FUNC_CLOSE