Add dependencies to the 'largefile' module.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Jul 2011 00:48:03 +0000 (02:48 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 26 Jul 2011 00:50:07 +0000 (02:50 +0200)
commit599a664564268f6a1b5895c928a59459c9851b2a
tree634f930c7703684527d9c8dc225e7c8f56e6bd6e
parent2949b7fd942e2dc3470dfcc42fd6b77e6b27418a
Add dependencies to the 'largefile' module.

* modules/fopen (Depends-on): Add 'largefile'.
* modules/freopen (Depends-on): Likewise.
* modules/fseeko (Depends-on): Likewise.
* modules/ftello (Depends-on): Likewise.
* modules/glob (Depends-on): Likewise.
* modules/lseek (Depends-on): Likewise.
* modules/lstat (Depends-on): Likewise.
* modules/mkostemp (Depends-on): Likewise.
* modules/mkostemps (Depends-on): Likewise.
* modules/mkstemp (Depends-on): Likewise.
* modules/mkstemps (Depends-on): Likewise.
* modules/open (Depends-on): Likewise.
* modules/openat (Depends-on): Likewise.
* modules/pread (Depends-on): Likewise.
* modules/pwrite (Depends-on): Likewise.
* modules/scandir (Depends-on): Likewise.
* modules/stat (Depends-on): Likewise.
* modules/tmpfile (Depends-on): Likewise.
* m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Do not require AC_SYS_LARGEFILE,
since the containing module now depends on the largefile module.
* m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Likewise.
* doc/posix-functions/fopen.texi: Mention that the problem of 32-bit
off_t is fixed by gnulib.
* doc/posix-functions/freopen.texi: Likewise.
* doc/posix-functions/fseeko.texi: Likewise.
* doc/posix-functions/fstatat.texi: Likewise.
* doc/posix-functions/ftello.texi: Likewise.
* doc/posix-functions/glob.texi: Likewise.
* doc/posix-functions/lseek.texi: Likewise.
* doc/posix-functions/lstat.texi: Likewise.
* doc/posix-functions/mkstemp.texi: Likewise.
* doc/posix-functions/open.texi: Likewise.
* doc/posix-functions/openat.texi: Likewise.
* doc/posix-functions/pread.texi: Likewise.
* doc/posix-functions/pwrite.texi: Likewise.
* doc/posix-functions/scandir.texi: Likewise.
* doc/posix-functions/stat.texi: Likewise.
* doc/posix-functions/tmpfile.texi: Likewise.
* doc/glibc-functions/mkostemp.texi: Likewise.
* doc/glibc-functions/mkostemps.texi: Likewise.
* doc/glibc-functions/mkstemps.texi: Likewise.
40 files changed:
ChangeLog
doc/glibc-functions/mkostemp.texi
doc/glibc-functions/mkostemps.texi
doc/glibc-functions/mkstemps.texi
doc/posix-functions/fopen.texi
doc/posix-functions/freopen.texi
doc/posix-functions/fseeko.texi
doc/posix-functions/fstatat.texi
doc/posix-functions/ftello.texi
doc/posix-functions/glob.texi
doc/posix-functions/lseek.texi
doc/posix-functions/lstat.texi
doc/posix-functions/mkstemp.texi
doc/posix-functions/open.texi
doc/posix-functions/openat.texi
doc/posix-functions/pread.texi
doc/posix-functions/pwrite.texi
doc/posix-functions/scandir.texi
doc/posix-functions/stat.texi
doc/posix-functions/tmpfile.texi
m4/mkstemp.m4
m4/tempname.m4
modules/fopen
modules/freopen
modules/fseeko
modules/ftello
modules/glob
modules/lseek
modules/lstat
modules/mkostemp
modules/mkostemps
modules/mkstemp
modules/mkstemps
modules/open
modules/openat
modules/pread
modules/pwrite
modules/scandir
modules/stat
modules/tmpfile