1 /* Data structure to contain the action information. */
32 #define SPAWN_XFLAGS_USE_PATH 0x1
33 #define SPAWN_XFLAGS_TRY_SHELL 0x2
35 extern int __posix_spawn_file_actions_realloc (posix_spawn_file_actions_t
*
38 extern int __spawni (pid_t
*pid
, const char *path
,
39 const posix_spawn_file_actions_t
*file_actions
,
40 const posix_spawnattr_t
*attrp
, char *const argv
[],
41 char *const envp
[], int xflags
);