patch-2.3.18 linux/include/asm-sparc/signal.h
Next file: linux/include/asm-sparc/smplock.h
Previous file: linux/include/asm-sparc/sigcontext.h
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Wed Sep 8 11:14:32 1999
- Orig file:
v2.3.17/linux/include/asm-sparc/signal.h
- Orig date:
Tue Aug 4 16:03:35 1998
diff -u --recursive --new-file v2.3.17/linux/include/asm-sparc/signal.h linux/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 @@
__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 @@
typedef struct sigaltstack {
void *ss_sp;
int ss_flags;
- __kernel_size_t ss_size;
+ size_t ss_size;
} stack_t;
#endif /* !(__ASSEMBLY__) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)