posix_spawn_file_actions_addfchdir
extern int posix_spawn_file_actions_addfchdir(
return (posix_spawn_file_actions_addfchdir(file_actions, fd));
ret = posix_spawn_file_actions_addfchdir(&acts, SPAWN_FD);
if ((ret = posix_spawn_file_actions_addfchdir(&acts, -23)) == 0) {
ret = posix_spawn_file_actions_addfchdir(&acts, SPAWN_FD);