Make the module 'calloc-gnu' work again on AIX and OSF/1.
[gnulib.git] / modules / calloc-gnu
1 Description:
2 calloc() function that is glibc compatible.
3
4 Files:
5 lib/calloc.c
6 m4/calloc.m4
7
8 Depends-on:
9 calloc-posix
10
11 configure.ac:
12 gl_FUNC_CALLOC_GNU
13 gl_MODULE_INDICATOR([calloc-gnu])
14
15 Makefile.am:
16
17 Include:
18 <stdlib.h>
19
20 License:
21 GPL
22
23 Maintainer:
24 Jim Meyering