Loading [MathJax]/extensions/tex2jax.js
Iros
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Loading...
Searching...
No Matches
signal.h
Go to the documentation of this file.
1#pragma once
2
3// NOTE: these definitions are chosen to match the Linux signal.h header.
4#define SIGHUP 1
5#define SIGINT 2
6#define SIGQUIT 3
7#define SIGILL 4
8#define SIGTRAP 5
9#define SIGABRT 6
10#define SIGIOT 6
11#define SIGBUS 7
12#define SIGFPE 8
13#define SIGKILL 9
14#define SIGUSR1 10
15#define SIGSEGV 11
16#define SIGUSR2 12
17#define SIGPIPE 13
18#define SIGALRM 14
19#define SIGTERM 15
20#define SIGSTKFLT 16
21#define SIGCHLD 17
22#define SIGCONT 18
23#define SIGSTOP 19
24#define SIGTSTP 20
25#define SIGTTIN 21
26#define SIGTTOU 22
27#define SIGURG 23
28#define SIGXCPU 24
29#define SIGXFSZ 25
30#define SIGVTALRM 26
31#define SIGPROF 27
32#define SIGWINCH 28
33#define SIGIO 29
34#define SIGPOLL SIGIO
35#define SIGPWR 30
36#define SIGSYS 31
37#define SIGUNUSED 31