about summary refs log tree commit diff
path: root/src/process/posix_spawn.c
Commit message (Collapse)AuthorAgeFilesLines
* posix_spawn: honor POSIX_SPAWN_SETSIGDEF flagRich Felker2011-05-281-1/+3
|
* initial implementation of posix_spawnRich Felker2011-05-281-0/+65
file actions are not yet implemented, but everything else should be mostly complete and roughly correct.