sigcontext_struct
Tom Tromey
tromey@cygnus.com
Fri Oct 15 10:03:00 GMT 1999
>>>>> "Jim" == James A Robinson <jim.robinson@stanford.edu> writes:
Jim> Where is the def for sigcontext_struct supposed to come from on a
Jim> Linux x86 machine? The only place I find it in my 2.2.12 linux
Jim> tree is the kernel tree's include/asm-ppc/sigcontext.h. I'm
Jim> trying to compile libgcj, and ran into problems with both the
Jim> production snapshot and 1999-10-14 compiling prims.cc. =(
Our code currently expects to find this via signal.h.
I'm running a mostly unmodified x86 Debian 2.0.
I see this in sigcontext.h:
/* Kernel headers before 2.1.1 define a struct sigcontext_struct, but
we need sigcontext. */
#define sigcontext_struct sigcontext
Maybe we could include <sigcontext.h> before <signal.h> in
i386-signal.h and then use sigconext and not sigcontext_struct?
Andrew? i386-signal.h mentions iBCS2. What does that have to say on
this issue? (I don't even know what sort of document that is. Would
it have anything to say about headers?)
Tom
More information about the Java
mailing list