mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
sh: switch to generic old sigaction()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
881e252d6b
commit
0679a858c5
5 changed files with 3 additions and 66 deletions
|
@ -5,11 +5,13 @@
|
|||
|
||||
#include <asm-generic/signal.h>
|
||||
|
||||
#ifndef __KERNEL__
|
||||
struct old_sigaction {
|
||||
__sighandler_t sa_handler;
|
||||
old_sigset_t sa_mask;
|
||||
unsigned long sa_flags;
|
||||
void (*sa_restorer)(void);
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif /* __ASM_SH_SIGNAL_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue