gnulib-tool.py: Fix an undefined function name.
[gnulib.git] / modules / posix_memalign
blob0bcdf1841461b49ba8dc143833f688d703e368ba
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 gl_CONDITIONAL([GL_COND_OBJ_POSIX_MEMALIGN], [test $REPLACE_POSIX_MEMALIGN = 1])
15 gl_STDLIB_MODULE_INDICATOR([posix_memalign])
17 Makefile.am:
18 if GL_COND_OBJ_POSIX_MEMALIGN
19 lib_SOURCES += posix_memalign.c
20 endif
22 Include:
23 <stdlib.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all