Add dependencies to the 'largefile' module.
[gnulib.git] / doc / posix-functions / freopen.texi
index b33b5ae..e1a077a 100644 (file)
@@ -9,6 +9,9 @@ Gnulib module: freopen
 Portability problems fixed by Gnulib:
 @itemize
 @item
+On platforms where @code{off_t} is a 32-bit type, @code{freopen} may not work
+correctly with files larger than 2 GB.  (Cf. @code{AC_SYS_LARGEFILE}.)
+@item
 On Windows platforms (excluding Cygwin), this function does usually not
 recognize the @file{/dev/null} filename.
 @end itemize