Make create_pipe_* safer w.r.t. file descriptor conflicts.
[pspp] / modules / pipe
1 Description:
2 Creation of subprocesses, communicating via pipes.
3
4 Files:
5 lib/pipe.h
6 lib/pipe.c
7 lib/w32spawn.h
8 m4/pipe.m4
9
10 Depends-on:
11 wait-process
12 error
13 exit
14 fatal-signal
15 gettext-h
16 stdbool
17 strpbrk
18 unistd
19 unistd-safer
20 environ
21
22 configure.ac:
23 gl_PIPE
24
25 Makefile.am:
26 lib_SOURCES += pipe.h pipe.c w32spawn.h
27
28 Include:
29 "pipe.h"
30
31 License:
32 GPL
33
34 Maintainer:
35 Bruno Haible