On Tue, Jul 06, 2004 at 05:32:04PM +0530, [EMAIL PROTECTED] wrote: > > I would definitely be interested in knowing the workaround to get the > correct mcontext as that is essential for my application too.
just make sure the ucontext.h that you include is equivalent to that of a 2.4 kernel, usually <asm/ucontext.h> should be fine. Iirc struct ucontext was screwed in some glibc versions. Richard

