diff options
Diffstat (limited to 'sys/ia64/include/signal.h')
-rw-r--r-- | sys/ia64/include/signal.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/ia64/include/signal.h b/sys/ia64/include/signal.h index 1014d2b..1a20e01 100644 --- a/sys/ia64/include/signal.h +++ b/sys/ia64/include/signal.h @@ -70,7 +70,6 @@ struct ia64_fpreg { #endif #endif -#ifdef _KERNEL /* * Information pushed on stack when a signal is delivered. @@ -82,12 +81,6 @@ struct ia64_fpreg { * Note that sc_regs[] and sc_fpregs[]+sc_fpcr are inline * representations of 'struct reg' and 'struct fpreg', respectively. */ -typedef unsigned int osigset_t; -struct osigcontext { - int _not_used; -}; - -#endif /* !_KERNEL */ #if __BSD_VISIBLE /* |