From: mental@... Date: 2006-03-07T07:52:58+09:00 Subject: Re: pthreads on HPUX Quoting "Ralph \"PJPizza\" Siegler" : > ugly is right, but I had even more issues than those with HPUX > 11v2 on itanium2, with ucontext_t not containing the members it > used to on the HP9000. Well, that part's not anyone's fault really. ucontext_t is very architecture-dependent. Any code that's got to poke around in it is almost inevitably going to have to be adjusted to accomodate new platforms. -mental