about summary refs log tree commit diff
path: root/src/process/posix_spawnp.c
Commit message (Expand)AuthorAgeFilesLines
* fix parent-memory-clobber in posix_spawn (environ)Rich Felker2012-10-181-2/+4
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-5/+5
* fix various errors in function signatures/prototypes found by nszRich Felker2011-09-131-2/+3
* initial implementation of posix_spawnRich Felker2011-05-281-0/+14