From: Bruno Haible Date: Wed, 4 Nov 2020 01:12:15 +0000 (+0100) Subject: memalign: New module. X-Git-Tag: v1.0~3534 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=9019f1d7d55639280f72478906ffda77a5358892;p=gnulib.git memalign: New module. * modules/memalign: New file. * doc/glibc-functions/memalign.texi: Mention the new module. --- diff --git a/ChangeLog b/ChangeLog index bd7cb08a31..b78324fbfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2020-11-03 Bruno Haible + + memalign: New module. + * modules/memalign: New file. + * doc/glibc-functions/memalign.texi: Mention the new module. + 2020-11-03 Bruno Haible verify tests: Fix crash with GCC (regression 2020-11-02). diff --git a/doc/glibc-functions/memalign.texi b/doc/glibc-functions/memalign.texi index a25b3f82d9..7c07bc6ee7 100644 --- a/doc/glibc-functions/memalign.texi +++ b/doc/glibc-functions/memalign.texi @@ -15,7 +15,7 @@ Documentation: @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/memalign.3.html,,man memalign}. @end itemize -Gnulib module: --- +Gnulib module: memalign Portability problems fixed by Gnulib: @itemize diff --git a/modules/memalign b/modules/memalign new file mode 100644 index 0000000000..e8a292d92d --- /dev/null +++ b/modules/memalign @@ -0,0 +1,22 @@ +Description: +Allocate memory with indefinite extent and specified alignment. + +Files: + +Depends-on: + +configure.ac: +AC_CHECK_FUNCS([memalign]) + +Makefile.am: + +Include: +#if HAVE_MEMALIGN +#include +#endif + +License: +LGPLv2+ + +Maintainer: +all