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/s390 | |
parent | 1ca97bb541a1f5a735e697a8bba763cde3aab452 (diff) |
unify SS_ONSTACK/SS_DISABLE definitions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/uapi/asm/signal.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/s390/include/uapi/asm/signal.h b/arch/s390/include/uapi/asm/signal.h index 8c6a49e392ee..2f43cfbf5f1a 100644 --- a/arch/s390/include/uapi/asm/signal.h +++ b/arch/s390/include/uapi/asm/signal.h | |||
@@ -90,12 +90,6 @@ typedef unsigned long sigset_t; | |||
90 | 90 | ||
91 | #define SA_RESTORER 0x04000000 | 91 | #define SA_RESTORER 0x04000000 |
92 | 92 | ||
93 | /* | ||
94 | * sigaltstack controls | ||
95 | */ | ||
96 | #define SS_ONSTACK 1 | ||
97 | #define SS_DISABLE 2 | ||
98 | |||
99 | #define MINSIGSTKSZ 2048 | 93 | #define MINSIGSTKSZ 2048 |
100 | #define SIGSTKSZ 8192 | 94 | #define SIGSTKSZ 8192 |
101 | 95 | ||