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 v2 3/3] posix: New Linux posix_spawn{p} implementation


On 02/01/2016 05:21 PM, Adhemerval Zanella wrote:

> +  new_pid = CLONE (__spawni_child, STACK (stack, stack_size),
> +		   CLONE_VM | CLONE_VFORK | SIGCHLD, &args);

Does this set up new per-thread variables?  Otherwise, errno in the
parent and child will be same and the code still has races.

Florian


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