add posix_spawn [f]chdir file actions
authorRich Felker <dalias@aerifal.cx>
Fri, 30 Aug 2019 20:21:36 +0000 (16:21 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 30 Aug 2019 20:21:36 +0000 (16:21 -0400)
commit74244e5b3ed4a61d99c5fc0967b69e5c9a753456
tree5951d09c6a630f738fedd84566289b89b81fa099
parentf76e183111bc4491ee575c3e2fcc793412acff4e
add posix_spawn [f]chdir file actions

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.
include/spawn.h
src/process/fdop.h
src/process/posix_spawn.c
src/process/posix_spawn_file_actions_addchdir.c [new file with mode: 0644]
src/process/posix_spawn_file_actions_addfchdir.c [new file with mode: 0644]