Linux Kernel
3.7.1
|
#include <uapi/asm/signal.h>
#include <asm/sigcontext.h>
Go to the source code of this file.
Data Structures | |
struct | sigset_t |
struct | old_sigaction |
struct | sigaction |
struct | k_sigaction |
Macros | |
#define | _NSIG 64 |
#define | _NSIG_BPW 32 |
#define | _NSIG_WORDS (_NSIG / _NSIG_BPW) |
#define | __HAVE_ARCH_SIG_BITOPS |
#define | sigismember(set, sig) |
Typedefs | |
typedef unsigned long | old_sigset_t |
Functions | |
void | ptrace_signal_deliver (struct pt_regs *regs, void *cookie) |
typedef unsigned long old_sigset_t |