mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
24 lines
296 B
Plaintext
24 lines
296 B
Plaintext
Description:
|
|
realloc() function that is glibc compatible.
|
|
|
|
Files:
|
|
lib/realloc.c
|
|
|
|
Depends-on:
|
|
realloc-posix
|
|
|
|
configure.ac:
|
|
AC_FUNC_REALLOC
|
|
AC_DEFINE([GNULIB_REALLOC_GNU], 1, [Define to indicate the 'realloc' module.])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|