From 3663b6b7a51eb4ccb3a3340c71b1aa8e3f51c274 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Fri, 22 May 2009 12:54:02 +0200 Subject: [PATCH] Mention glibc function 'fallocate'. --- ChangeLog | 5 +++++ doc/glibc-functions/fallocate.texi | 16 ++++++++++++++++ doc/gnulib.texi | 2 ++ 3 files changed, 23 insertions(+) create mode 100644 doc/glibc-functions/fallocate.texi diff --git a/ChangeLog b/ChangeLog index 24cbe01c3..32f6c6bb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-21 Pádraig Brady + + * doc/glibc-functions/fallocate.texi: New file. + * doc/gnulib.texi: Include it. + 2009-05-21 Eric Blake Bruno Haible diff --git a/doc/glibc-functions/fallocate.texi b/doc/glibc-functions/fallocate.texi new file mode 100644 index 000000000..c7d2f5297 --- /dev/null +++ b/doc/glibc-functions/fallocate.texi @@ -0,0 +1,16 @@ +@node fallocate +@subsection @code{fallocate} +@findex fallocate + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on older glibc versions and all non-glibc platforms: +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. +@end itemize diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 89563483b..3466f0d9f 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -3632,9 +3632,11 @@ This list of functions is sorted according to the header that declares them. @section Glibc Extensions to @code{} @menu +* fallocate:: * readahead:: @end menu +@include glibc-functions/fallocate.texi @include glibc-functions/readahead.texi @node Glibc fenv.h -- 2.11.0