X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fposix_memalign.texi;h=843bf645b73bdbf6cdac40f011036e9e6ee1da02;hb=5a448a463a290b59549f2ee1cf6c1b01a6043f45;hp=67f8ee86ba460f614b09bf810fe4ca3400836913;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/posix_memalign.texi b/doc/posix-functions/posix_memalign.texi index 67f8ee86b..843bf645b 100644 --- a/doc/posix-functions/posix_memalign.texi +++ b/doc/posix-functions/posix_memalign.texi @@ -2,7 +2,7 @@ @section @code{posix_memalign} @findex posix_memalign -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_memalign.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_memalign.html} Gnulib module: --- @@ -14,5 +14,9 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some 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. +Mac OS X 10.5, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, +IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, MSVC 9, Interix 3.5, BeOS. @end itemize + +The Gnulib module @code{pagealign_alloc} provides a similar API +that returns memory aligned on a system page boundary.