about summary refs log tree commit diff
path: root/include/spawn.h
Commit message (Expand)AuthorAgeFilesLines
* fix some restrict-qualifier mismatches in newly added interfacesRich Felker2012-11-271-2/+2
* add support for thread scheduling (POSIX TPS option)Rich Felker2012-11-111-0/+5
* remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker2012-09-081-5/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-11/+17
* fix various errors in function signatures/prototypes found by nszRich Felker2011-09-131-2/+2
* initial implementation of posix_spawnRich Felker2011-05-281-0/+67