summaryrefslogtreecommitdiff
path: root/modules/realloc-gnu
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-08-28 23:54:20 +0200
committerBruno Haible <bruno@clisp.org>2010-08-28 23:54:20 +0200
commitb9249f42c6b63b757d05f3eff80d504844b8b479 (patch)
tree08a9160e06b9718a155041af7d97ff66feb2d201 /modules/realloc-gnu
parentc78632053c2d275449d4e27bf5b5e2214369b3d2 (diff)
downloadgnulib-b9249f42c6b63b757d05f3eff80d504844b8b479.tar.gz
realloc-gnu: Really add the module description.
Diffstat (limited to 'modules/realloc-gnu')
-rw-r--r--modules/realloc-gnu28
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/realloc-gnu b/modules/realloc-gnu
new file mode 100644
index 0000000000..d4f2167fca
--- /dev/null
+++ b/modules/realloc-gnu
@@ -0,0 +1,28 @@
+Description:
+realloc() function that is glibc compatible.
+
+Comment:
+This module should not be used as a dependency from a test module,
+otherwise when this module occurs as a tests-related module, it will
+have side effects on the compilation of the main modules in lib/.
+
+Files:
+lib/realloc.c
+
+Depends-on:
+realloc-posix
+
+configure.ac:
+gl_FUNC_REALLOC_GNU
+AC_DEFINE([GNULIB_REALLOC_GNU], 1, [Define to indicate the 'realloc' module.])
+
+Makefile.am:
+
+Include:
+<stdlib.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+Jim Meyering