change uid_t, gid_t, and id_t to unsigned types
[musl] / src / process / posix_spawn_file_actions_adddup2.c
2013-02-03 Rich Felkeroverhaul posix_spawn to use CLONE_VM instead of vfork
2011-05-29 Rich Felkerfix backwards posix_spawn file action order
2011-05-29 Rich Felkeradd file actions support to posix_spawn