summaryrefslogtreecommitdiff
path: root/src/process/posix_spawn.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-29fix backwards posix_spawn file action orderRich Felker1-2/+3
2011-05-28add file actions support to posix_spawnRich Felker1-0/+28
2011-05-28posix_spawn: honor POSIX_SPAWN_SETSIGDEF flagRich Felker1-1/+3
2011-05-28initial implementation of posix_spawnRich Felker1-0/+65