posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / xalloc
blob65007561b54b21a62cbf98a451ac5b4060815125
1 Description:
2 Memory allocation with out-of-memory checking.  Also see xalloc-die.
4 Files:
5 lib/xalloc.h
6 lib/xmalloc.c
7 m4/xalloc.m4
9 Depends-on:
10 c99
11 extern-inline
12 stdint
13 xalloc-die
14 xalloc-oversized
16 configure.ac:
17 gl_XALLOC
18 gl_MODULE_INDICATOR([xalloc])
20 Makefile.am:
21 lib_SOURCES += xmalloc.c
23 Include:
24 "xalloc.h"
26 License:
27 GPL
29 Maintainer:
30 all