1 /* Data structure to contain the action information. */
32 extern int __posix_spawn_file_actions_realloc (posix_spawn_file_actions_t
*
35 extern int __spawni (pid_t
*pid
, const char *path
,
36 const posix_spawn_file_actions_t
*file_actions
,
37 const posix_spawnattr_t
*attrp
, char *const argv
[],
38 char *const envp
[], int use_path
);