gnulib-tool.py: Fix an undefined function name.
[gnulib.git] / modules / aligned_alloc
blobe04115ec9e62551d47730cc4ca79c743858f7864
1 Description:
2 Allocate memory with indefinite extent and specified alignment.
4 Files:
5 lib/aligned_alloc.c
6 m4/aligned_alloc.m4
8 Depends-on:
9 extensions
10 stdlib
12 configure.ac:
13 gl_FUNC_ALIGNED_ALLOC
14 gl_CONDITIONAL([GL_COND_OBJ_ALIGNED_ALLOC], [test $REPLACE_ALIGNED_ALLOC = 1])
15 gl_STDLIB_MODULE_INDICATOR([aligned_alloc])
17 Makefile.am:
18 if GL_COND_OBJ_ALIGNED_ALLOC
19 lib_SOURCES += aligned_alloc.c
20 endif
22 Include:
23 <stdlib.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all