SPAWN_FD
ret = posix_spawn_file_actions_addopen(&acts, SPAWN_FD,
ret = posix_spawn_file_actions_addfchdir(&acts, SPAWN_FD);
ret = posix_spawn_file_actions_addclose(&acts, SPAWN_FD);
ret = posix_spawn_file_actions_addclose(&acts, SPAWN_FD);
ret = posix_spawn_file_actions_addfchdir(&acts, SPAWN_FD);