aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2002-09-19 04:46:36 +0000
committerPeter Grehan <grehan@FreeBSD.org>2002-09-19 04:46:36 +0000
commitd889f461192d1de9b3645d37a8565aad20704f43 (patch)
treeaf48e7d7115ce0a6d0bffb2d894bc659303cfb01 /sys/powerpc
parentc94c0cf8dec32aa35d351085baefd0010dcb97ef (diff)
Notes
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/sigframe.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/powerpc/include/sigframe.h b/sys/powerpc/include/sigframe.h
index 4ed62f4d75cbd..d0e886e9bc900 100644
--- a/sys/powerpc/include/sigframe.h
+++ b/sys/powerpc/include/sigframe.h
@@ -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;
};