]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/sh/include/asm/signal.h
m32r: switch to generic sys_execve()
[mirror_ubuntu-bionic-kernel.git] / arch / sh / include / asm / signal.h
CommitLineData
1da177e4
LT
1#ifndef __ASM_SH_SIGNAL_H
2#define __ASM_SH_SIGNAL_H
3
1da177e4
LT
4#define SA_RESTORER 0x04000000
5
bdc90d46 6#include <asm-generic/signal.h>
1da177e4 7
1da177e4
LT
8struct old_sigaction {
9 __sighandler_t sa_handler;
10 old_sigset_t sa_mask;
11 unsigned long sa_flags;
12 void (*sa_restorer)(void);
13};
14
1da177e4 15#endif /* __ASM_SH_SIGNAL_H */