mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-06 05:31:48 +00:00
Reported by Basil L. Contovounesios <basil@contovou.net> in <https://lists.gnu.org/archive/html/bug-gnulib/2026-08/msg00208.html>. * modules/malloc-posix (Files): Add m4/musl.m4. * modules/calloc-posix (Files): Likewise. * modules/realloc-posix (Files): Likewise. * modules/reallocarray (Files): Likewise. * modules/eealloc (Files): Likewise. * modules/malloca (Files): Likewise. * modules/relocatable-prog-wrapper (Files): Likewise.
30 lines
443 B
Plaintext
30 lines
443 B
Plaintext
Description:
|
|
malloc() function: allocate memory with indefinite extent.
|
|
|
|
Files:
|
|
lib/malloc.c
|
|
m4/malloc.m4
|
|
m4/musl.m4
|
|
|
|
Depends-on:
|
|
stdckdint-h [test $REPLACE_CALLOC_FOR_MALLOC_POSIX = 1]
|
|
stdlib-h
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_FUNC_MALLOC_POSIX])
|
|
if test $REPLACE_MALLOC_FOR_MALLOC_POSIX = 1; then
|
|
AC_LIBOBJ([malloc])
|
|
fi
|
|
gl_STDLIB_MODULE_INDICATOR([malloc-posix])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|