X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fglibc-functions%2Ffstatfs.texi;h=facc4a1355cb7aaa64c49d045e11a1fe86e0bd5e;hb=8d7da1803b272963476166a4d88a309b81430bbd;hp=6c4c50d2ce6e7cd8e56c9d4ba54f5f901dee850f;hpb=038189bd6a3838c1ebeaaaf03752631918b86335;p=gnulib.git diff --git a/doc/glibc-functions/fstatfs.texi b/doc/glibc-functions/fstatfs.texi index 6c4c50d2c..facc4a135 100644 --- a/doc/glibc-functions/fstatfs.texi +++ b/doc/glibc-functions/fstatfs.texi @@ -12,5 +12,10 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -AIX 5.1, mingw, Interix 3.5, BeOS. +AIX 5.1, mingw, MSVC 9, Interix 3.5, BeOS. +@item +On platforms where @code{f_blocks} in @samp{struct statfs} is a 32-bit +value, this function may not work correctly on files systems larger than +4 TiB. The fix is to use the @code{AC_SYS_LARGEFILE} macro. This affects +MacOS X. @end itemize