mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
fclose, fflush: Respect rules for use of AC_LIBOBJ.
* m4/fflush.m4 (gl_FUNC_FFLUSH): Don't invoke gl_REPLACE_FCLOSE. * m4/fclose.m4 (gl_FUNC_FCLOSE): Invoke gl_FUNC_FFLUSH_STDIN and gl_REPLACE_FCLOSE here. * modules/fflush (Depends-on): Remove fclose. * doc/posix-functions/fclose.texi: Mention module 'fflush' only in combination with module 'fclose'.
This commit is contained in:
@@ -6,7 +6,7 @@ POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/funct
|
||||
|
||||
Gnulib module: fclose, fflush
|
||||
|
||||
Portability problems fixed by Gnulib module @code{fflush}:
|
||||
Portability problems fixed by Gnulib module @code{fclose} together with module @code{fflush}:
|
||||
@itemize
|
||||
@item
|
||||
On some platforms, this function fails to set the file position of a
|
||||
|
Reference in New Issue
Block a user