Linux Kernel
3.7.1
|
#include <asm-generic/siginfo.h>
Go to the source code of this file.
Data Structures | |
struct | siginfo |
Macros | |
#define | __ARCH_SIGEV_PREAMBLE_SIZE (sizeof(long) + 2*sizeof(int)) |
#define | HAVE_ARCH_SIGINFO_T |
#define | HAVE_ARCH_COPY_SIGINFO |
#define | SI_ASYNCIO -2 /* sent by AIO completion */ |
#define | SI_TIMER __SI_CODE(__SI_TIMER, -3) /* sent by timer expiration */ |
#define | SI_MESGQ __SI_CODE(__SI_MESGQ, -4) /* sent by real time mesq state change */ |
Typedefs | |
typedef struct siginfo | siginfo_t |
#define SI_ASYNCIO -2 /* sent by AIO completion */ |
#define SI_MESGQ __SI_CODE(__SI_MESGQ, -4) /* sent by real time mesq state change */ |
#define SI_TIMER __SI_CODE(__SI_TIMER, -3) /* sent by timer expiration */ |