X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fftruncate.texi;h=16713e7d5b7a90e06a76968e41f47013f07e8d18;hb=178e3ad58f3e077cd87a3ca9a615541e428f9e17;hp=60d31882b5ee76d3aae974109ae9fd44981fb119;hpb=bac964725a412c590498aba68f6b9a8e723ae474;p=gnulib.git diff --git a/doc/posix-functions/ftruncate.texi b/doc/posix-functions/ftruncate.texi index 60d31882b..16713e7d5 100644 --- a/doc/posix-functions/ftruncate.texi +++ b/doc/posix-functions/ftruncate.texi @@ -4,16 +4,19 @@ POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html} -Gnulib module: --- +Gnulib module: ftruncate Portability problems fixed by Gnulib: @itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize +@item +This function is missing on some platforms: +MSVC 9. @item On platforms where @code{off_t} is a 32-bit type, this function is not applicable to arbitrary lengths for files larger than 2 GB. The fix is to use the @code{AC_SYS_LARGEFILE} macro. @end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize