blob: 599500a31025e0f3e6254ec334ca67d3da3a4a56 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASM_SIGNAL_H
2#define _ASM_SIGNAL_H
3
David Howellsaa2c47e2012-10-10 12:09:42 +01004#include <uapi/asm/signal.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
Linus Torvalds1da177e2005-04-16 15:20:36 -07006struct old_sigaction {
7 __sighandler_t sa_handler;
8 old_sigset_t sa_mask;
9 unsigned long sa_flags;
Al Viro9e4d11f2006-06-23 02:04:04 -070010 __sigrestore_t sa_restorer;
Linus Torvalds1da177e2005-04-16 15:20:36 -070011};
12
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#endif /* _ASM_SIGNAL_H */