sys/signal.h File Reference

API published in:
API deprecated in:


#include <sys/cdefs.h>
#include <sys/_types.h>
#include <sys/_sigset.h>
#include <machine/signal.h>

Go to the source code of this file.


Defines

#define  SIGHUP   1
#define  SIGINT   2
#define  SIGQUIT   3
#define  SIGILL   4
#define  SIGTRAP   5
#define  SIGABRT   6
#define  SIGIOT   SIGABRT
#define  SIGEMT   7
#define  SIGFPE   8
#define  SIGKILL   9
#define  SIGBUS   10
#define  SIGSEGV   11
#define  SIGSYS   12
#define  SIGPIPE   13
#define  SIGALRM   14
#define  SIGTERM   15
#define  SIGURG   16
#define  SIGSTOP   17
#define  SIGTSTP   18
#define  SIGCONT   19
#define  SIGCHLD   20
#define  SIGTTIN   21
#define  SIGTTOU   22
#define  SIGIO   23
#define  SIGXCPU   24
#define  SIGXFSZ   25
#define  SIGVTALRM   26
#define  SIGPROF   27
#define  SIGWINCH   28
#define  SIGINFO   29
#define  SIGUSR1   30
#define  SIGUSR2   31
#define  SIGTHR   32
#define  SIG_DFL   ((__sighandler_t *)0)
#define  SIG_IGN   ((__sighandler_t *)1)
#define  SIG_ERR   ((__sighandler_t *)-1)

Typedefs

typedef void  __sighandler_t (int)

Define Documentation

#define SIG_DFL   ((__sighandler_t *)0)
 
#define SIG_ERR   ((__sighandler_t *)-1)
 
#define SIG_IGN   ((__sighandler_t *)1)
 
#define SIGABRT   6
 
#define SIGALRM   14
 
#define SIGBUS   10
 
#define SIGCHLD   20
 
#define SIGCONT   19
 
#define SIGEMT   7
 
#define SIGFPE   8
 
#define SIGHUP   1
 
#define SIGILL   4
 
#define SIGINFO   29
 
#define SIGINT   2
 
#define SIGIO   23
 
#define SIGIOT   SIGABRT
 
#define SIGKILL   9
 
#define SIGPIPE   13
 
#define SIGPROF   27
 
#define SIGQUIT   3
 
#define SIGSEGV   11
 
#define SIGSTOP   17
 
#define SIGSYS   12
 
#define SIGTERM   15
 
#define SIGTHR   32
 
#define SIGTRAP   5
 
#define SIGTSTP   18
 
#define SIGTTIN   21
 
#define SIGTTOU   22
 
#define SIGURG   16
 
#define SIGUSR1   30
 
#define SIGUSR2   31
 
#define SIGVTALRM   26
 
#define SIGWINCH   28
 
#define SIGXCPU   24
 
#define SIGXFSZ   25
 

Typedef Documentation

typedef void __sighandler_t(int)
 

Copyright © Nokia Corporation 2001-2008
Back to top