timespec-sub: Fix compilation error on clang.
[gnulib.git] / modules / memalign
blob3ab24a58e82208358510f9be1f9c285c2d95bbf4
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 gl_CONDITIONAL([GL_COND_OBJ_MEMALIGN], [test $REPLACE_MEMALIGN = 1])
14 gl_MALLOC_MODULE_INDICATOR([memalign])
16 Makefile.am:
17 if GL_COND_OBJ_MEMALIGN
18 lib_SOURCES += memalign.c
19 endif
21 Include:
22 #include <malloc.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 all