* modules/memalign: New file.
* doc/glibc-functions/memalign.texi: Mention the new module.
+2020-11-03 Bruno Haible <bruno@clisp.org>
+
+ memalign: New module.
+ * modules/memalign: New file.
+ * doc/glibc-functions/memalign.texi: Mention the new module.
+
2020-11-03 Bruno Haible <bruno@clisp.org>
verify tests: Fix crash with GCC (regression 2020-11-02).
@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
--- /dev/null
+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 <malloc.h>
+#endif
+
+License:
+LGPLv2+
+
+Maintainer:
+all