summaryrefslogtreecommitdiff
path: root/modules/memalign
Commit message (Collapse)AuthorAgeFilesLines
* memalign: Work around Solaris bug.Bruno Haible2020-12-311-3/+8
| | | | | | | | | | | * lib/memalign.c: New file. * m4/memalign.m4: New file. * modules/memalign (Files): Add them. (Depends-on): Add malloc-h. (configure.ac): Invoke gl_FUNC_MEMALIGN. Conditionally compile memalign.c. Set module indicator. (Include): Include <malloc.h> unconditionally. * doc/glibc-functions/memalign.texi: Mention the Solaris issues.
* memalign: New module.Bruno Haible2020-11-041-0/+22
* modules/memalign: New file. * doc/glibc-functions/memalign.texi: Mention the new module.