X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-arm%2Fsignal.h;h=760f6e65af05583c2faea5b1997989d8435c5c3b;hb=3e0777b8fa96f7073ed5d13d3bc1d573b766bef9;hp=b860dc3c5dc71ca994363246a0739f759a48a720;hpb=7f261b5f0dccd53ed3a9a95b55c36e24a698a92a;p=powerpc.git diff --git a/include/asm-arm/signal.h b/include/asm-arm/signal.h index b860dc3c5d..760f6e65af 100644 --- a/include/asm-arm/signal.h +++ b/include/asm-arm/signal.h @@ -114,23 +114,11 @@ typedef unsigned long sigset_t; #define SIGSTKSZ 8192 #ifdef __KERNEL__ +#define SA_TIMER 0x40000000 #define SA_IRQNOMASK 0x08000000 #endif -#define SIG_BLOCK 0 /* for blocking signals */ -#define SIG_UNBLOCK 1 /* for unblocking signals */ -#define SIG_SETMASK 2 /* for setting the signal mask */ - -/* Type of a signal handler. */ -typedef void __signalfn_t(int); -typedef __signalfn_t __user *__sighandler_t; - -typedef void __restorefn_t(void); -typedef __restorefn_t __user *__sigrestore_t; - -#define SIG_DFL ((__sighandler_t)0) /* default signal handling */ -#define SIG_IGN ((__sighandler_t)1) /* ignore signal */ -#define SIG_ERR ((__sighandler_t)-1) /* error return from signal */ +#include #ifdef __KERNEL__ struct old_sigaction {