This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 3/3] posix: New Linux posix_spawn{p} implementation
- From: Eric Wong <e at 80x24 dot org>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- Cc: Florian Weimer <fweimer at redhat dot com>, libc-alpha at sourceware dot org
- Date: Mon, 30 May 2016 20:37:22 +0000
- Subject: Re: [PATCH 3/3] posix: New Linux posix_spawn{p} implementation
- Authentication-results: sourceware.org; auth=none
- References: <1456770820-21341-1-git-send-email-adhemerval dot zanella at linaro dot org> <1456770820-21341-4-git-send-email-adhemerval dot zanella at linaro dot org> <20160529095429 dot GA9311 at starla> <88ab5d2a-05c0-d5a5-f543-901d438fe328 at redhat dot com> <574C3A1E dot 6000607 at linaro dot org>
Adhemerval Zanella <adhemerval.zanella@linaro.org> wrote:
> Thanks for reporting, I opened BZ#20178.
>
> [1] https://sourceware.org/bugzilla/show_bug.cgi?id=20178
Thanks for the quick fix!
I also suspect the old/non-Linux sysdeps/posix/spawni.c
should be handling POSIX_SPAWN_SETSIGMASK after POSIX_SPAWN_SETSIGDEF
like the new Linux one does.
This probably won't affect a lot of people, anymore, though.