Subject: Re: -current death in sigreturn14()
To: None <vugdeox@freeshell.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 09/10/2003 22:45:45
In message <200309110331.41559.vugdeox@freeshell.org>, Nate Hill writes:
>Anyone else seen this?:

Yes.  Haven't found a fix yet, but the underlying problem is
that the definition of struct sigcontext in i386/signal.h is dependant
on:

#if defined(__LIBC12_SOURCE__) || defined(_KERNEL)

so maybe we need to #define __LIBC12_SOURCE__?

-s