Fix a compilation error of realloc.c on OSF/1 4.0d and similar bugs.
[gnulib.git] / modules / realloc
1 Description:
2 realloc() function that is glibc compatible.
3
4 Files:
5 lib/realloc.c
6
7 Depends-on:
8 realloc-posix
9
10 configure.ac:
11 AC_FUNC_REALLOC
12 AC_DEFINE([GNULIB_REALLOC_GNU], 1, [Define to indicate the 'realloc' module.])
13
14 Makefile.am:
15
16 Include:
17 <stdlib.h>
18
19 License:
20 LGPLv2+
21
22 Maintainer:
23 Jim Meyering