about summary refs log tree commit diff
path: root/include/spawn.h
Commit message (Expand)AuthorAgeFilesLines
* 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