|
@@ -21,14 +21,6 @@ typedef struct {
|
|
unsigned long sig[_NSIG_WORDS];
|
|
unsigned long sig[_NSIG_WORDS];
|
|
} sigset_t;
|
|
} sigset_t;
|
|
|
|
|
|
-#ifndef __KERNEL__
|
|
|
|
-struct sigaction {
|
|
|
|
- __sighandler_t sa_handler;
|
|
|
|
- unsigned long sa_flags;
|
|
|
|
- sigset_t sa_mask; /* mask last for extensibility */
|
|
|
|
-};
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#include <asm/sigcontext.h>
|
|
#include <asm/sigcontext.h>
|
|
|
|
|
|
#endif /* !__ASSEMBLY */
|
|
#endif /* !__ASSEMBLY */
|