summaryrefslogtreecommitdiff
path: root/modules/posix_memalign
diff options
context:
space:
mode:
Diffstat (limited to 'modules/posix_memalign')
-rw-r--r--modules/posix_memalign28
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/posix_memalign b/modules/posix_memalign
new file mode 100644
index 0000000000..86e8a52787
--- /dev/null
+++ b/modules/posix_memalign
@@ -0,0 +1,28 @@
+Description:
+Allocate memory with indefinite extent and specified alignment.
+
+Files:
+lib/posix_memalign.c
+m4/posix_memalign.m4
+
+Depends-on:
+extensions
+stdlib
+
+configure.ac:
+gl_FUNC_POSIX_MEMALIGN
+if test $REPLACE_POSIX_MEMALIGN = 1; then
+ AC_LIBOBJ([posix_memalign])
+fi
+gl_STDLIB_MODULE_INDICATOR([posix_memalign])
+
+Makefile.am:
+
+Include:
+<stdlib.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+all