ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / memalign
blobe8a292d92d38cb36beeccc2ccb7b86dcf315f967
1 Description:
2 Allocate memory with indefinite extent and specified alignment.
4 Files:
6 Depends-on:
8 configure.ac:
9 AC_CHECK_FUNCS([memalign])
11 Makefile.am:
13 Include:
14 #if HAVE_MEMALIGN
15 #include <malloc.h>
16 #endif
18 License:
19 LGPLv2+
21 Maintainer:
22 all