mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
* modules/alloca, modules/atexit, modules/memmove: Now public domain, not GPL. * modules/dup2, modules/getpagesize, modules/malloc, modules/memset: * modules/realloc, modules/strerror, modules/strtod: Now LGPL, not GPL.
22 lines
197 B
Plaintext
22 lines
197 B
Plaintext
Description:
|
|
malloc() function that is glibc compatible.
|
|
|
|
Files:
|
|
lib/malloc.c
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
AC_FUNC_MALLOC
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|