diff options
Diffstat (limited to 'sys/sparc64/include/signal.h')
-rw-r--r-- | sys/sparc64/include/signal.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/sparc64/include/signal.h b/sys/sparc64/include/signal.h index c27ad57..2b834ad 100644 --- a/sys/sparc64/include/signal.h +++ b/sys/sparc64/include/signal.h @@ -46,14 +46,6 @@ typedef long sig_atomic_t; #define MINSIGSTKSZ (1024 * 4) #endif -#ifdef _KERNEL -typedef int osigset_t; - -struct osigcontext { - int dummy; -}; -#endif - #if __BSD_VISIBLE struct sigcontext { int _dummy; |