1
0

arm: switch to generic old sigaction()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Este cometimento está contido em:
Al Viro
2012-12-25 19:32:07 -05:00
ascendente b68fec2416
cometimento 50bcb7e473
3 ficheiros modificados com 1 adições e 39 eliminações

Ver ficheiro

@@ -16,13 +16,6 @@ typedef struct {
unsigned long sig[_NSIG_WORDS];
} sigset_t;
struct old_sigaction {
__sighandler_t sa_handler;
old_sigset_t sa_mask;
unsigned long sa_flags;
__sigrestore_t sa_restorer;
};
#define __ARCH_HAS_SA_RESTORER
#include <asm/sigcontext.h>