Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs
siginfo.h File Reference
#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
 

Macro Definition Documentation

#define __ARCH_SIGEV_PREAMBLE_SIZE   (sizeof(long) + 2*sizeof(int))

Definition at line 13 of file siginfo.h.

#define HAVE_ARCH_COPY_SIGINFO

Definition at line 22 of file siginfo.h.

#define HAVE_ARCH_SIGINFO_T

Definition at line 16 of file siginfo.h.

#define SI_ASYNCIO   -2 /* sent by AIO completion */

Definition at line 109 of file siginfo.h.

#define SI_MESGQ   __SI_CODE(__SI_MESGQ, -4) /* sent by real time mesq state change */

Definition at line 111 of file siginfo.h.

#define SI_TIMER   __SI_CODE(__SI_TIMER, -3) /* sent by timer expiration */

Definition at line 110 of file siginfo.h.

Typedef Documentation