pthread gotchas

Robert Collins robert.collins@itdomain.com.au
Fri May 18 19:58:00 GMT 2001


further to my last email: the return value on openBSD is correct: the
pid of the waited upon process.

your test:
if (status)
is wrong.

It should be
if (status != pid)

Rob



More information about the Cygwin-developers mailing list