Description:
realloc() function that is glibc compatible.

Files:
lib/realloc.c

Depends-on:
realloc-posix
free-posix           [test $REPLACE_REALLOC_FOR_REALLOC_GNU = 1]
malloc-gnu           [test $REPLACE_REALLOC_FOR_REALLOC_GNU = 1]
xalloc-oversized     [test $REPLACE_REALLOC_FOR_REALLOC_GNU = 1]

configure.ac:
gl_FUNC_REALLOC_GNU
if test $REPLACE_REALLOC_FOR_REALLOC_GNU = 1; then
  AC_LIBOBJ([realloc])
fi
gl_STDLIB_MODULE_INDICATOR([realloc-gnu])

Makefile.am:

Include:
<stdlib.h>

License:
LGPLv2+

Maintainer:
Jim Meyering
