Mercurial > hg > octave-jordi > gnulib-hg
changeset 11585:e5e87741d992
Mention glibc function 'fallocate'.
author | Pádraig Brady <P@draigbrady.com> |
---|---|
date | Fri, 22 May 2009 12:54:02 +0200 |
parents | 219c99d22526 |
children | 35f0931dc243 |
files | ChangeLog doc/glibc-functions/fallocate.texi doc/gnulib.texi |
diffstat | 3 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-21 Pádraig Brady <P@draigbrady.com> + + * doc/glibc-functions/fallocate.texi: New file. + * doc/gnulib.texi: Include it. + 2009-05-21 Eric Blake <ebb9@byu.net> Bruno Haible <bruno@clisp.org>
new file mode 100644 --- /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