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 v3][BZ 21340] add support for POSIX_SPAWN_SETSID



On 21/04/2017 16:53, Joseph Myers wrote:
> On Fri, 21 Apr 2017, Adhemerval Zanella wrote:
> 
>> I think this iteration should fix the issues you bring.
>>
>> --
>>
>> 	Daurnimator  <quae@daurnimator.com>
>>         Adhemerval Zanella  <adhemerval.zanella@linaro.org>
>>
>>         [BZ #21340]
>>         * posix/Makefile (tests): Add tst-posix_spawn-setsid to list of tests.
>>         * posix/spawn.h: define POSIX_SPAWN_SETSID flag.
>>         * posix/spawnattr_setflags.c (ALL_FLAGS): Add POSIX_SPAWN_SETSID to
>>         valid flags.
>>         * posix/tst-posix_spawn-setsid.c: Add test for POSIX_SPAWN_SETSID.
>>         * sysdeps/mach/hurd/spawni.c (__spawni): Implementation of
>>         POSIX_SPAWN_SETSID.
>>         * sysdeps/posix/spawni.c (__spawni): Likewise.
>>         * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
> 
> I think you should also add a NEWS entry for the new feature.
> 

I will add one.


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