Avoid errors from posix_spawn on platforms where it is not yet ported to.
[gnulib.git] / modules / pipe
index aef9389..08c2f94 100644 (file)
@@ -8,15 +8,28 @@ lib/w32spawn.h
 m4/pipe.m4
 
 Depends-on:
-wait-process
+environ
 error
 exit
 fatal-signal
 gettext-h
+open
+spawn
+posix_spawnp
+posix_spawn_file_actions_init
+posix_spawn_file_actions_addclose
+posix_spawn_file_actions_adddup2
+posix_spawn_file_actions_addopen
+posix_spawn_file_actions_destroy
+posix_spawnattr_init
+posix_spawnattr_setsigmask
+posix_spawnattr_setflags
+posix_spawnattr_destroy
 stdbool
 strpbrk
 unistd
-environ
+unistd-safer
+wait-process
 
 configure.ac:
 gl_PIPE