summaryrefslogtreecommitdiff
path: root/src/process/posix_spawnp.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker1-2/+0
2018-09-12rework mechanism for posix_spawnp calling posix_spawnRich Felker1-6/+4
2012-10-18fix parent-memory-clobber in posix_spawn (environ)Rich Felker1-2/+4
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-5/+5
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