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