1Description:
2realloc() function that is glibc compatible.
3
4Comment:
5This module should not be used as a dependency from a test module,
6otherwise when this module occurs as a tests-related module, it will
7have side effects on the compilation of the main modules in lib/.
8
9Status:
10deprecated
11
12Notice:
13This module is deprecated. Use the module 'realloc-gnu' instead.
14
15Files:
16
17Depends-on:
18realloc-gnu
19
20configure.ac:
21
22Makefile.am:
23
24Include:
25<stdlib.h>
26
27License:
28LGPLv2+
29
30Maintainer:
31Jim Meyering
32