openat: provide more convenience names
[pspp] / modules / execute
index ecea7980e4f11356e344c9c88f552f0d29646a2e..88c4fa4f99c32028697ff7eb202b1e9104552b6d 100644 (file)
@@ -6,14 +6,23 @@ lib/execute.h
 lib/execute.c
 lib/w32spawn.h
 m4/execute.m4
-m4/posix_spawn.m4
 
 Depends-on:
+dup2
 error
 exit
 fatal-signal
 wait-process
 gettext-h
+spawn
+posix_spawnp
+posix_spawn_file_actions_init
+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