From 9019f1d7d55639280f72478906ffda77a5358892 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 4 Nov 2020 02:12:15 +0100 Subject: [PATCH] memalign: New module. * modules/memalign: New file. * doc/glibc-functions/memalign.texi: Mention the new module. --- ChangeLog | 6 ++++++ doc/glibc-functions/memalign.texi | 2 +- modules/memalign | 22 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 modules/memalign 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 -- 2.39.5