doc: Update target platforms list.
[gnulib.git] / modules / calloc-gnu
blob278df7325ec8d3a13c4d9453eef4e3e002a10bca
1 Description:
2 calloc() function that is glibc compatible.
4 Files:
5 lib/calloc.c
6 m4/calloc.m4
8 Depends-on:
9 calloc-posix
10 xalloc-oversized     [test $REPLACE_CALLOC_FOR_CALLOC_GNU = 1]
12 configure.ac:
13 gl_FUNC_CALLOC_GNU
14 if test $REPLACE_CALLOC_FOR_CALLOC_GNU = 1; then
15   AC_LIBOBJ([calloc])
17 gl_STDLIB_MODULE_INDICATOR([calloc-gnu])
19 Makefile.am:
21 Include:
22 <stdlib.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 Jim Meyering