implement new posix_spawn flag POSIX_SPAWN_SETSID
authorRich Felker <dalias@aerifal.cx>
Sat, 22 Apr 2017 22:39:40 +0000 (18:39 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 22 Apr 2017 22:39:40 +0000 (18:39 -0400)
commitbb439bb17108b67f3df9c9af824d3a607b5b059d
treed8c5d468a5b26e502cf6889852a76e59044c72ad
parent58e2396a9aa23c132faf4198ca4d779c84955b38
implement new posix_spawn flag POSIX_SPAWN_SETSID

this functionality has been adopted for inclusion in the next issue of
POSIX as the result of Austin Group issue #1044.

based on patch by Daurnimator.
include/spawn.h
src/process/posix_spawn.c