aboutsummaryrefslogtreecommitdiff
path: root/src/process/posix_spawn_file_actions_destroy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* add file actions support to posix_spawnRich Felker2011-05-281-2/+7
|
* initial implementation of posix_spawnRich Felker2011-05-281-0/+9
file actions are not yet implemented, but everything else should be mostly complete and roughly correct.