This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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.  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]