1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00
Files
gnulib/modules/malloca
Bruno Haible 46f8e73eba eealloc, malloca: Fix module dependencies.
Reported by Miro Palmu <email@miropalmu.cc> in
<https://lists.gnu.org/archive/html/bug-gnulib/2025-01/msg00077.html>.

* modules/eealloc (Depends-on): Add stdlib-h.
* modules/malloca (Depends-on): Likewise.
2025-01-11 15:20:48 +01:00

34 lines
331 B
Plaintext

Description:
Safe automatic memory allocation.
Files:
lib/malloca.h
lib/malloca.c
m4/malloca.m4
m4/malloc.m4
Depends-on:
alloca-opt
assert-h
extensions-aix
idx
stdckdint-h
stdint-h
stdlib-h
xalloc-oversized
configure.ac:
gl_MALLOCA
Makefile.am:
lib_SOURCES += malloca.c
Include:
"malloca.h"
License:
LGPLv2+
Maintainer:
all