mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
78596ab7d0
Problem reported by Thien-Thi Nguyen in: https://lists.gnu.org/r/bug-gnulib/2022-01/msg00170.html * modules/calloc-gnu (Depends-on): * modules/calloc-posix (Depends-on): Fix misspelling of REPLACE_CALLOC_FOR_CALLOC_POSIX.
30 lines
429 B
Plaintext
30 lines
429 B
Plaintext
Description:
|
|
calloc() function: allocate memory with indefinite extent.
|
|
|
|
Files:
|
|
lib/calloc.c
|
|
m4/calloc.m4
|
|
m4/malloc.m4
|
|
|
|
Depends-on:
|
|
stdlib
|
|
xalloc-oversized [test $REPLACE_CALLOC_FOR_CALLOC_POSIX = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_CALLOC_POSIX
|
|
if test $REPLACE_CALLOC_FOR_CALLOC_POSIX = 1; then
|
|
AC_LIBOBJ([calloc])
|
|
fi
|
|
gl_STDLIB_MODULE_INDICATOR([calloc-posix])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|