Hash :
78596ab7
Author :
Date :
2022-01-26T23:00:41
calloc-gnu: fix misspelling in 2022-01-03 patch 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.
Description:
calloc() function that is glibc compatible.
Files:
lib/calloc.c
m4/calloc.m4
Depends-on:
calloc-posix
xalloc-oversized [test $REPLACE_CALLOC_FOR_CALLOC_GNU = 1]
configure.ac:
gl_FUNC_CALLOC_GNU
if test $REPLACE_CALLOC_FOR_CALLOC_GNU = 1; then
AC_LIBOBJ([calloc])
fi
gl_STDLIB_MODULE_INDICATOR([calloc-gnu])
Makefile.am:
Include:
<stdlib.h>
License:
LGPLv2+
Maintainer:
Jim Meyering