summaryrefslogtreecommitdiff
path: root/src/process/posix_spawn.c
AgeCommit message (Expand)AuthorLines
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-6/+6
2011-09-13fix various errors in function signatures/prototypes found by nszRich Felker-3/+5
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