X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ffsetpos.texi;h=547f866a21b63481e4a454233f6b5275bd9502f7;hb=178e3ad58f3e077cd87a3ca9a615541e428f9e17;hp=80ebde4007f6ecb8285087fcb3bde0da32a4f01f;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/fsetpos.texi b/doc/posix-functions/fsetpos.texi index 80ebde400..547f866a2 100644 --- a/doc/posix-functions/fsetpos.texi +++ b/doc/posix-functions/fsetpos.texi @@ -2,7 +2,7 @@ @section @code{fsetpos} @findex fsetpos -POSIX specification: @url{http://www.opengroup.org/susv3xsh/fsetpos.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fsetpos.html} Gnulib module: --- @@ -12,4 +12,8 @@ Portability problems fixed by Gnulib: Portability problems not fixed by Gnulib: @itemize +@item +On platforms where @code{off_t} is a 32-bit type, this function may not +work correctly on files larger than 2 GB. The fix is to use the +@code{AC_SYS_LARGEFILE} macro. @end itemize