summaryrefslogtreecommitdiff
path: root/m4/aligned_alloc.m4
Commit message (Collapse)AuthorAgeFilesLines
* doc: Update for macOS 11.1.Bruno Haible2021-03-211-7/+9
| | | | | | | | | | * doc/posix-headers/*.texi: Update. * doc/glibc-headers/*.texi: Update. * doc/posix-functions/*.texi: Likewise. * doc/pastposix-functions/*.texi: Likewise. * doc/glibc-functions/*.texi: Likewise. * m4/aligned_alloc.m4 (gl_FUNC_ALIGNED_ALLOC): Update cross-compilation guess.
* aligned_alloc: Fix test failure on OpenBSD 6.8.Bruno Haible2021-01-011-1/+1
| | | | * m4/aligned_alloc.m4 (gl_FUNC_ALIGNED_ALLOC): Require gl_USE_SYSTEM_EXTENSIONS.
* aligned_alloc: Fix test failure on OpenBSD 6.8.Bruno Haible2021-01-011-2/+2
| | | | | | * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): On OpenBSD, define _ISOC11_SOURCE. * m4/aligned_alloc.m4 (gl_FUNC_ALIGNED_ALLOC): Update comment.
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* aligned_alloc: New module.Bruno Haible2020-11-041-0/+46
* lib/stdlib.in.h (aligned_alloc): New declaration. * lib/aligned_alloc.c: New file. * m4/aligned_alloc.m4: New file. * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether aligned_alloc is declared. (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ALIGNED_ALLOC, HAVE_ALIGNED_ALLOC, REPLACE_ALIGNED_ALLOC. * modules/stdlib (Makefile.am): Substitute GNULIB_ALIGNED_ALLOC, HAVE_ALIGNED_ALLOC, REPLACE_ALIGNED_ALLOC. * modules/aligned_alloc: New file. * tests/test-stdlib-c++.cc (aligned_alloc): Check signature. * doc/posix-functions/aligned_alloc.texi: Mention the new module and the AIX bug.