X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ffseek.texi;h=4ca4320f6c0814bf1d5e1648c1ae896ab842f68a;hb=f40e1532834adc754cac576a07d43b9556f89a97;hp=cf1e87f104340882c4e4ad6d1371b39b35e1d79d;hpb=80fc442c212439b65a2fba722b17529aba2aa1ae;p=gnulib.git diff --git a/doc/posix-functions/fseek.texi b/doc/posix-functions/fseek.texi index cf1e87f10..4ca4320f6 100644 --- a/doc/posix-functions/fseek.texi +++ b/doc/posix-functions/fseek.texi @@ -9,7 +9,8 @@ Gnulib module: fseek Portability problems fixed by Gnulib: @itemize @item -This function mistakenly succeeds on pipes on some platforms: mingw. +This function mistakenly succeeds on pipes on some platforms: +mingw, MSVC 9. @end itemize Portability problems not fixed by Gnulib: @@ -19,6 +20,6 @@ On Windows platforms (excluding Cygwin), this function does not set @code{errno} upon failure. @item On platforms where @code{long} is a 32-bit type, @code{fseek} does not work -correctly with files larger than 2 GB. The fix is to use @code{fseeko} -instead and to invoke the @code{AC_SYS_LARGEFILE} macro. +correctly with files larger than 2 GB, even when the @code{AC_SYS_LARGEFILE} +macro is used. The fix is to use @code{fseeko} instead. @end itemize