ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / reallocarray
blob11d32bb5fd13b6a8c4740ca5e9ecdb960e9567c1
1 Description:
2 reallocarray function that is glibc compatible.
4 Files:
5 lib/reallocarray.c
6 m4/reallocarray.m4
8 Depends-on:
9 extensions
10 xalloc-oversized
11 realloc-gnu
12 stdlib
14 configure.ac:
15 gl_FUNC_REALLOCARRAY
16 if test $HAVE_REALLOCARRAY = 0; then
17   AC_LIBOBJ([reallocarray])
18   gl_PREREQ_REALLOCARRAY
20 gl_MODULE_INDICATOR([reallocarray])
21 gl_STDLIB_MODULE_INDICATOR([reallocarray])
23 Makefile.am:
25 Include:
26 <stdlib.h>
28 License:
29 LGPL
31 Maintainer:
32 all