Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Typedefs | Functions
sigchain.h File Reference

Go to the source code of this file.

Typedefs

typedef void(* sigchain_fun )(int)
 

Functions

int sigchain_pop (int sig)
 
void sigchain_push_common (sigchain_fun f)
 

Typedef Documentation

typedef void(* sigchain_fun)(int)

Definition at line 4 of file sigchain.h.

Function Documentation

int sigchain_pop ( int  sig)

Definition at line 32 of file sigchain.c.

void sigchain_push_common ( sigchain_fun  f)

Definition at line 45 of file sigchain.c.