iconv-h: Fix module description.
[gnulib.git] / modules / posix_memalign
blob86e8a527875cd033140001297629b8dca47ce925
1 Description:
2 Allocate memory with indefinite extent and specified alignment.
4 Files:
5 lib/posix_memalign.c
6 m4/posix_memalign.m4
8 Depends-on:
9 extensions
10 stdlib
12 configure.ac:
13 gl_FUNC_POSIX_MEMALIGN
14 if test $REPLACE_POSIX_MEMALIGN = 1; then
15   AC_LIBOBJ([posix_memalign])
17 gl_STDLIB_MODULE_INDICATOR([posix_memalign])
19 Makefile.am:
21 Include:
22 <stdlib.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 all