[PATCH v4 1/2] [BZ 21340] add support for POSIX_SPAWN_SETSID

Adhemerval Zanella adhemerval.zanella@linaro.org
Mon Apr 24 18:05:00 GMT 2017



On 24/04/2017 11:09, Joseph Myers wrote:
> On Mon, 24 Apr 2017, Adhemerval Zanella wrote:
> 
>> This patch adds support for the POSIX_SPAWN_SETSID flag.
>>
>> It was recently accepted by the Austin Group:
>> http://austingroupbugs.net/view.php?id=1044
>>
>> Checked on x86_64
>>
>> 	Daurnimator  <quae@daurnimator.com>
>> 	Adhemerval Zanella  <adhemerval.zanella@linaro.org>
>>
>> 	[BZ #21340]
>> 	* conform/data/spawn.h-data: Add POSIX_SPAWN_SETSID flag.
> 
> The ChangeLog entry needs updating to reflect the current patch contents.
> 

In fact I did removed it my local commit, I just forgot to update
commit message.  I will also add this news entry:

* posix_spawnattr_setflags now supports POSIX_SPAWN_SETSID flag
  to create a new session ID for the posix_spawn and posix_spawnp.
  It is scheduled to be added on next major revision of POSIX,
  so current support is enabled with _GNU_SOURCE.  



More information about the Libc-alpha mailing list