aboutsummaryrefslogtreecommitdiff
path: root/src/process/posix_spawn_file_actions_addchdir.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* add posix_spawn [f]chdir file actionsRich Felker2019-08-301-0/+18
these are presently extensions, thus named with _np to match glibc and other implementations that provide them; however they are likely to be standardized in the future without the _np suffix as a result of Austin Group issue 1208. if so, both names will be kept as aliases.