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 | sigaction |
struct | k_sigaction |
Macros | |
#define | _NSIG 64 |
#define | _NSIG_BPW BITS_PER_LONG |
#define | _NSIG_WORDS (_NSIG / _NSIG_BPW) |
#define | ptrace_signal_deliver(regs, cookie) do { } while (0) |
Typedefs | |
typedef unsigned long | old_sigset_t |
#define _NSIG_BPW BITS_PER_LONG |
typedef unsigned long old_sigset_t |