summaryrefslogtreecommitdiff
path: root/src/process/posix_spawn.c
AgeCommit message (Collapse)AuthorLines
2011-05-29fix backwards posix_spawn file action orderRich Felker-2/+3
2011-05-28add file actions support to posix_spawnRich Felker-0/+28
2011-05-28posix_spawn: honor POSIX_SPAWN_SETSIGDEF flagRich Felker-1/+3
2011-05-28initial implementation of posix_spawnRich Felker-0/+65
file actions are not yet implemented, but everything else should be mostly complete and roughly correct.