summaryrefslogtreecommitdiff
path: root/include/spawn.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-30add posix_spawn [f]chdir file actionsRich Felker1-0/+5
2018-09-12rework mechanism for posix_spawnp calling posix_spawnRich Felker1-1/+3
2017-04-22add no-op POSIX_SPAWN_USEVFORK to spawn.hRich Felker1-0/+1
2017-04-22implement new posix_spawn flag POSIX_SPAWN_SETSIDRich Felker1-0/+1
2012-11-27fix some restrict-qualifier mismatches in newly added interfacesRich Felker1-2/+2
2012-11-11add support for thread scheduling (POSIX TPS option)Rich Felker1-0/+5
2012-09-08remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker1-5/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-11/+17
2011-09-13fix various errors in function signatures/prototypes found by nszRich Felker1-2/+2
2011-05-28initial implementation of posix_spawnRich Felker1-0/+67