Removed osigframe. No need for COMPAT_43 signal bin-compat in PPC.
Approved by: benno
This commit is contained in:
parent
c94c0cf8de
commit
d889f46119
@ -31,13 +31,7 @@
|
|||||||
#ifndef _MACHINE_SIGFRAME_H_
|
#ifndef _MACHINE_SIGFRAME_H_
|
||||||
#define _MACHINE_SIGFRAME_H_ 1
|
#define _MACHINE_SIGFRAME_H_ 1
|
||||||
|
|
||||||
struct osigframe {
|
|
||||||
struct osigcontext sf_sc;
|
|
||||||
osiginfo_t sf_si;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct sigframe {
|
struct sigframe {
|
||||||
unsigned long __spare__;
|
|
||||||
ucontext_t sf_uc;
|
ucontext_t sf_uc;
|
||||||
siginfo_t sf_si;
|
siginfo_t sf_si;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user