realloc-gnu: Really add the module description.
authorBruno Haible <bruno@clisp.org>
Sat, 28 Aug 2010 21:54:20 +0000 (23:54 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 28 Aug 2010 21:54:20 +0000 (23:54 +0200)
modules/realloc-gnu [new file with mode: 0644]

diff --git a/modules/realloc-gnu b/modules/realloc-gnu
new file mode 100644 (file)
index 0000000..d4f2167
--- /dev/null
@@ -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