X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fglibc-functions%2Fstatfs.texi;h=252ef9d2edd1d554155cbf056bd5da5d1f63f719;hb=b65bfcd7ba0be84de3d96f22103103f21679a721;hp=b2182b10b5d5e001dbb9d100ea0607b3d20d2b46;hpb=038189bd6a3838c1ebeaaaf03752631918b86335;p=gnulib.git diff --git a/doc/glibc-functions/statfs.texi b/doc/glibc-functions/statfs.texi index b2182b10b..252ef9d2e 100644 --- a/doc/glibc-functions/statfs.texi +++ b/doc/glibc-functions/statfs.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. +Minix 3.1.8, 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