summaryrefslogtreecommitdiff
path: root/src/process/posix_spawnp.c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13fix various errors in function signatures/prototypes found by nszRich Felker1-2/+3
2011-05-28initial implementation of posix_spawnRich Felker1-0/+14
file actions are not yet implemented, but everything else should be mostly complete and roughly correct.