summaryrefslogtreecommitdiff
path: root/include/spawn.h
AgeCommit message (Expand)AuthorFilesLines
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