summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/signal.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
commitd6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch)
treee2be02f33984c48ec019c654051d27964e42c441 /include/asm-sparc/signal.h
parent609d1e803baf519487233b765eb487f9ec227a18 (diff)
Merge with 2.3.19.
Diffstat (limited to 'include/asm-sparc/signal.h')
-rw-r--r--include/asm-sparc/signal.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-sparc/signal.h b/include/asm-sparc/signal.h
index c3517216b..51d75eee1 100644
--- a/include/asm-sparc/signal.h
+++ b/include/asm-sparc/signal.h
@@ -1,4 +1,4 @@
-/* $Id: signal.h,v 1.34 1998/07/29 16:32:38 jj Exp $ */
+/* $Id: signal.h,v 1.35 1999/09/06 08:22:04 jj Exp $ */
#ifndef _ASMSPARC_SIGNAL_H
#define _ASMSPARC_SIGNAL_H
@@ -196,10 +196,12 @@ struct __new_sigaction {
__new_sigset_t sa_mask;
};
+#ifdef __KERNEL__
struct k_sigaction {
struct __new_sigaction sa;
void *ka_restorer;
};
+#endif
struct __old_sigaction {
__sighandler_t sa_handler;
@@ -211,7 +213,7 @@ struct __old_sigaction {
typedef struct sigaltstack {
void *ss_sp;
int ss_flags;
- __kernel_size_t ss_size;
+ size_t ss_size;
} stack_t;
#endif /* !(__ASSEMBLY__) */