aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m32r/signal.h
diff options
context:
space:
mode:
authorDave Kleikamp <shaggy@kleikamp.(none)>2005-05-04 17:43:30 -0400
committerDave Kleikamp <shaggy@kleikamp.(none)>2005-05-04 17:43:30 -0400
commitddf3e298b33f3e15a2e6272e0146dfa940c89a74 (patch)
treecd474d1eca4f337958e97a09dcb0974b1f8aba82 /include/asm-m32r/signal.h
parent7a694ca74958b97ae2d437c8a730bddd9e9792c3 (diff)
parent1d42a0ecf478962e8aede355a0be41365c117ff0 (diff)
Merge with /home/shaggy/git/linus-clean/
Diffstat (limited to 'include/asm-m32r/signal.h')
-rw-r--r--include/asm-m32r/signal.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/include/asm-m32r/signal.h b/include/asm-m32r/signal.h
index 6e55fd421883..95f69b191953 100644
--- a/include/asm-m32r/signal.h
+++ b/include/asm-m32r/signal.h
@@ -114,20 +114,7 @@ typedef unsigned long sigset_t;
114#define MINSIGSTKSZ 2048 114#define MINSIGSTKSZ 2048
115#define SIGSTKSZ 8192 115#define SIGSTKSZ 8192
116 116
117#define SIG_BLOCK 0 /* for blocking signals */ 117#include <asm-generic/signal.h>
118#define SIG_UNBLOCK 1 /* for unblocking signals */
119#define SIG_SETMASK 2 /* for setting the signal mask */
120
121/* Type of a signal handler. */
122typedef void __signalfn_t(int);
123typedef __signalfn_t __user *__sighandler_t;
124
125typedef void __restorefn_t(void);
126typedef __restorefn_t __user *__sigrestore_t;
127
128#define SIG_DFL ((__sighandler_t)0) /* default signal handling */
129#define SIG_IGN ((__sighandler_t)1) /* ignore signal */
130#define SIG_ERR ((__sighandler_t)-1) /* error return from signal */
131 118
132#ifdef __KERNEL__ 119#ifdef __KERNEL__
133struct old_sigaction { 120struct old_sigaction {