[PATCH] Linux: Implement per-thread user and group IDs

Carlos O'Donell carlos@redhat.com
Mon Jul 8 16:01:00 GMT 2019


On 7/8/19 6:42 AM, Florian Weimer wrote:
> * Carlos O'Donell:
> 
>> This patch is OK for master if you cleanup the public comment you
>> added in pthread.h to avoid the use of "flag" and instead only talk
>> about scope.
> 
> Do you mean like this?
> 
> /* Change the property in *ATTR which indicates whether the thread has
>     its own current directory, file system root, and umask attribute.
>     SCOPE must be PTHREAD_PER_PROCESS_NP or PTHREAD_PER_THREAD_NP.  By
>     default, new threads share these attributes with their creating
>     thread (PTHREAD_PER_PROCESS_NP).  */

Perfect.

-- 
Cheers,
Carlos.



More information about the Libc-alpha mailing list