Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[deliverable/linux.git] / arch / m32r / include / asm / signal.h
CommitLineData
1da177e4
LT
1#ifndef _ASM_M32R_SIGNAL_H
2#define _ASM_M32R_SIGNAL_H
3
f7f4dc10 4#include <uapi/asm/signal.h>
1da177e4 5
1da177e4
LT
6/* Most things should be clean enough to redefine this at will, if care
7 is taken to make libc match. */
8
9#define _NSIG 64
10#define _NSIG_BPW 32
11#define _NSIG_WORDS (_NSIG / _NSIG_BPW)
12
13typedef unsigned long old_sigset_t; /* at least 32 bits */
14
15typedef struct {
16 unsigned long sig[_NSIG_WORDS];
17} sigset_t;
18
574c4866 19#define __ARCH_HAS_SA_RESTORER
1da177e4
LT
20#include <asm/sigcontext.h>
21
22#undef __HAVE_ARCH_SIG_BITOPS
23
1da177e4 24#endif /* _ASM_M32R_SIGNAL_H */
This page took 0.948098 seconds and 5 git commands to generate.