diff options
Diffstat (limited to 'doc/glibc-functions/fallocate.texi')
-rw-r--r-- | doc/glibc-functions/fallocate.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/glibc-functions/fallocate.texi b/doc/glibc-functions/fallocate.texi index b6d2ff6d60..f3acac01e8 100644 --- a/doc/glibc-functions/fallocate.texi +++ b/doc/glibc-functions/fallocate.texi @@ -15,7 +15,7 @@ Portability problems not fixed by Gnulib: @item This function exists only on Linux and is therefore missing on older glibc versions and many non-glibc platforms: -glibc 2.9, Mac OS X 10.13, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android 4.4. +glibc 2.9, Mac OS X 10.13, FreeBSD 6.0, NetBSD 9.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android 4.4. @item On platforms where @code{off_t} is a 32-bit type, this function may not work correctly across the entire data range of files larger than 2 GB. |