utime: Fix a test failure on macOS 10.13.
[gnulib.git] / doc / glibc-functions / fstatfs.texi
blob3c9336b5c9e69ed7195d1ea9a69dcdd373384f9a
1 @node fstatfs
2 @subsection @code{fstatfs}
3 @findex fstatfs
5 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-fstatfs-2.html}
7 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/fstatfs.2.html,,man fstatfs}
9 Gnulib module: ---
11 Portability problems fixed by Gnulib:
12 @itemize
13 @end itemize
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 This function is missing on some platforms:
19 AIX 5.1, mingw, MSVC 14.
20 @item
21 On platforms where @code{f_blocks} in @samp{struct statfs} is a 32-bit
22 value, this function may not work correctly on files systems larger than
23 4 TiB@.  The fix is to use the @code{AC_SYS_LARGEFILE} macro.  This affects
24 Mac OS X.
25 @end itemize