diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-18 15:13:17 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-19 18:07:39 -0500 |
commit | 031b6566983ad9c0247087f039af22b3f87596a3 (patch) | |
tree | ee0048a5cdf97aa53cad4933a6968826bfac6bf4 /arch/m32r/include | |
parent | 1ca97bb541a1f5a735e697a8bba763cde3aab452 (diff) |
unify SS_ONSTACK/SS_DISABLE definitions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/m32r/include')
-rw-r--r-- | arch/m32r/include/asm/signal.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m32r/include/asm/signal.h b/arch/m32r/include/asm/signal.h index e4d2e2ad5f1e..ba714c45259d 100644 --- a/arch/m32r/include/asm/signal.h +++ b/arch/m32r/include/asm/signal.h | |||
@@ -98,12 +98,6 @@ typedef unsigned long sigset_t; | |||
98 | 98 | ||
99 | #define SA_RESTORER 0x04000000 | 99 | #define SA_RESTORER 0x04000000 |
100 | 100 | ||
101 | /* | ||
102 | * sigaltstack controls | ||
103 | */ | ||
104 | #define SS_ONSTACK 1 | ||
105 | #define SS_DISABLE 2 | ||
106 | |||
107 | #define MINSIGSTKSZ 2048 | 101 | #define MINSIGSTKSZ 2048 |
108 | #define SIGSTKSZ 8192 | 102 | #define SIGSTKSZ 8192 |
109 | 103 | ||