memalign: Work around Solaris bug.
[gnulib.git] / modules / memalign
blobb383d196d1ce902f1a226027a2ffef7bc7d998ec
1 Description:
2 Allocate memory with indefinite extent and specified alignment.
4 Files:
5 lib/memalign.c
6 m4/memalign.m4
8 Depends-on:
9 malloc-h
11 configure.ac:
12 gl_FUNC_MEMALIGN
13 if test $REPLACE_MEMALIGN = 1; then
14   AC_LIBOBJ([memalign])
16 gl_MALLOC_MODULE_INDICATOR([memalign])
18 Makefile.am:
20 Include:
21 #include <malloc.h>
23 License:
24 LGPLv2+
26 Maintainer:
27 all