posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / stdlib-safer
blob80414b32076d4511e17b59c7c5768aa7945c70c4
1 Description:
2 File stream functions that avoid clobbering std{in,out,err}.
4 Files:
5 lib/stdlib--.h
6 lib/stdlib-safer.h
7 lib/mkstemp-safer.c
9 Depends-on:
10 fd-safer-flag
11 mkstemp
12 stdlib
13 unistd-safer
15 configure.ac:
17 Makefile.am:
18 lib_SOURCES += mkstemp-safer.c
20 Include:
21 "stdlib-safer.h"
23 Link:
24 $(LIB_GETRANDOM)
26 License:
27 GPL
29 Maintainer:
30 Paul Eggert, Jim Meyering