[EMAIL PROTECTED] writes:
> I didn't realize things had changed that broke the old threading model.
> Did Linus do more than add support for the new thread groups? I didn't
> think any that had changed that would break the old LinuxThread
> programs.
First he introduces CLONE_THREAD (or how it was called). This was
fine. But in pre2 ore pre3 he unified CLONE_SIGHAND and CLONE_THREAD
under the new name CLONE_SIGNAL which makes perfect if CLONE_SIGHAND
would be used. But it is. Simply undo this change, separate the two
flags.
--
---------------. ,-. 1325 Chesapeake Terrace
Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA
Red Hat `--' drepper at redhat.com `------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/