Hash :
3374e597
Author :
Date :
2020-12-31T22:18:05
memalign: Work around Solaris bug. * 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.
Description:
Allocate memory with indefinite extent and specified alignment.
Files:
lib/memalign.c
m4/memalign.m4
Depends-on:
malloc-h
configure.ac:
gl_FUNC_MEMALIGN
if test $REPLACE_MEMALIGN = 1; then
AC_LIBOBJ([memalign])
fi
gl_MALLOC_MODULE_INDICATOR([memalign])
Makefile.am:
Include:
#include <malloc.h>
License:
LGPLv2+
Maintainer:
all