Re: librthread: don't change thread flags after fork()

2016-04-15 Thread Philip Guenther
Ping? Is no one using the GNUstep port? On Sun, Apr 10, 2016 at 10:05 PM, Philip Guenther wrote: > > The libpthread fork() wrapper makes two changes to the flags for the > process: it clears the 'detached' flag and sets the 'original' flag. I > now believe those are both wrong and should be le

librthread: don't change thread flags after fork()

2016-04-10 Thread Philip Guenther
The libpthread fork() wrapper makes two changes to the flags for the process: it clears the 'detached' flag and sets the 'original' flag. I now believe those are both wrong and should be left as they are from the original process. For the 'detached' flag, the POSIX spec does *not* mention the