Josh DuBois <[EMAIL PROTECTED]> writes:
> Can pthreads in fact be used on linuxppc?
It should be possible to make pthreads work yes; at least I don't
think there is a fundamental issue that will make this impossible.
The performance may not be optimal, and there may be a few issues that
will need hacking around (for instance you cannot modify the
sigcontext in a signal handler under linuxthreads). But since we
already support clone() on i386, using clone() on linuxppc may be
easier to do, at least for the first version.
--
Alexandre Julliard
[EMAIL PROTECTED]