diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-25 21:20:05 -0500 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 15:09:22 -0500 |
| commit | 92a3ce4a1e0047215aa0a0b30cc333bd32b866a8 (patch) | |
| tree | 998edfb4fd30e0be9cc353c6d7f4381f8c5f5a09 /include/uapi/asm-generic | |
| parent | 6883da8c6c15e85e7750c94be49ea156ed341c05 (diff) | |
consolidate declarations of k_sigaction
Only alpha and sparc are unusual - they have ka_restorer in it.
And nobody needs that exposed to userland.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/uapi/asm-generic')
| -rw-r--r-- | include/uapi/asm-generic/signal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/uapi/asm-generic/signal.h b/include/uapi/asm-generic/signal.h index 6fae30fd16ab..21e59f36c61b 100644 --- a/include/uapi/asm-generic/signal.h +++ b/include/uapi/asm-generic/signal.h | |||
| @@ -102,10 +102,6 @@ struct sigaction { | |||
| 102 | sigset_t sa_mask; /* mask last for extensibility */ | 102 | sigset_t sa_mask; /* mask last for extensibility */ |
| 103 | }; | 103 | }; |
| 104 | 104 | ||
| 105 | struct k_sigaction { | ||
| 106 | struct sigaction sa; | ||
| 107 | }; | ||
| 108 | |||
| 109 | typedef struct sigaltstack { | 105 | typedef struct sigaltstack { |
| 110 | void __user *ss_sp; | 106 | void __user *ss_sp; |
| 111 | int ss_flags; | 107 | int ss_flags; |
