summaryrefslogtreecommitdiff
path: root/include/spawn.h
AgeCommit message (Expand)AuthorLines
2012-11-27fix some restrict-qualifier mismatches in newly added interfacesRich Felker-2/+2
2012-11-11add support for thread scheduling (POSIX TPS option)Rich Felker-0/+5
2012-09-08remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker-5/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-11/+17
2011-09-13fix various errors in function signatures/prototypes found by nszRich Felker-2/+2
2011-05-28initial implementation of posix_spawnRich Felker-0/+67