X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fftruncate.texi;h=16713e7d5b7a90e06a76968e41f47013f07e8d18;hb=a2c6cf038c0758e8825f2b020fbbcce9a0d4983f;hp=ebd8f27ebe2708f5949040f5b5d5a8859547a538;hpb=80fc442c212439b65a2fba722b17529aba2aa1ae;p=gnulib.git diff --git a/doc/posix-functions/ftruncate.texi b/doc/posix-functions/ftruncate.texi index ebd8f27eb..16713e7d5 100644 --- a/doc/posix-functions/ftruncate.texi +++ b/doc/posix-functions/ftruncate.texi @@ -4,10 +4,17 @@ POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html} -Gnulib module: --- +Gnulib module: ftruncate Portability problems 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: