Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / realloc-gnu
blob760edcda1a884407f65695b0b2622789caba52b2
1 Description:
2 realloc() function that is glibc compatible.
4 Comment:
5 This module should not be used as a dependency from a test module,
6 otherwise when this module occurs as a tests-related module, it will
7 have side effects on the compilation of the main modules in lib/.
9 Files:
10 lib/realloc.c
12 Depends-on:
13 realloc-posix
15 configure.ac:
16 gl_FUNC_REALLOC_GNU
17 if test $REPLACE_REALLOC = 1; then
18   AC_LIBOBJ([realloc])
20 gl_MODULE_INDICATOR([realloc-gnu])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 Jim Meyering