Re: [PATCH v2] Correct initial POSIX signals mask

2019-09-12 Thread Sebastian Huber
On 12/09/2019 16:41, Joel Sherrill wrote: + Modify POSIX thread create extension to ensure expected initial signal mask is provided to system threads, initial tasks and threads, and inheritied by tasks and threads. + Adds psxsignal07 to verify functionality whe

[PATCH v2] Correct initial POSIX signals mask

2019-09-12 Thread Joel Sherrill
+ Modify POSIX thread create extension to ensure expected initial signal mask is provided to system threads, initial tasks and threads, and inheritied by tasks and threads. + Adds psxsignal07 to verify functionality when using a POSIX Initialization thr