Removed osigframe. No need for COMPAT_43 signal bin-compat in PPC.

Approved by: benno
This commit is contained in:
Peter Grehan 2002-09-19 04:46:36 +00:00
parent c94c0cf8de
commit d889f46119

View File

@ -31,13 +31,7 @@
#ifndef _MACHINE_SIGFRAME_H_
#define _MACHINE_SIGFRAME_H_ 1
struct osigframe {
struct osigcontext sf_sc;
osiginfo_t sf_si;
};
struct sigframe {
unsigned long __spare__;
ucontext_t sf_uc;
siginfo_t sf_si;
};