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
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