On Thu, Mar 25, 2021 at 8:27 AM Byron Ellacott <b...@the-wanderers.org> wrote:
> Hi, > > Since the basic problem is that `getopt` doesn't have a per-task value it > can use, how would it keep track of which TLS key it's been allocated? > This question, at least, I understand the answer to having looked at the PR - the TLS key is shared across all threads (of course it would need to be) so can be stored in a single global. -- Byron