blob: d1a7cb60956022b112412a83a304781987a50822 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
|
.. include:: check.rst
========
signal.h
========
Macros
======
.. list-table::
:widths: auto
:align: center
:header-rows: 1
* - Function
- Implemented
- C23 Standard Section
- POSIX.1-2017 Standard Section
* - SIGABRT
- |check|
- 7.14.3
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGALRM
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGBUS
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGCHLD
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGCONT
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGFPE
- |check|
- 7.14.3
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGHUP
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGILL
- |check|
- 7.14.3
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGINT
- |check|
- 7.14.3
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGKILL
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGPIPE
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGPOLL
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGPROF
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGQUIT
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGRTMAX
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGRTMIN
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGSEGV
- |check|
- 7.14.3
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGSTOP
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGSYS
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGTERM
- |check|
- 7.14.3
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGTRAP
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGTSTP
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGTTIN
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGTTOU
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGURG
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGUSR1
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGUSR2
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGVTALRM
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGXCPU
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIGXFSZ
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIG_DFL
- |check|
- 7.14.3
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIG_ERR
- |check|
- 7.14.3
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIG_HOLD
-
-
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
* - SIG_IGN
- |check|
- 7.14.3
- https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
Functions
=========
.. list-table::
:widths: auto
:align: center
:header-rows: 1
* - Function
- Implemented
- C23 Standard Section
- POSIX.1-2017 Standard Section
* - kill
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/functions/kill.html
* - raise
- |check|
- 7.14.2.1
- https://pubs.opengroup.org/onlinepubs/9699919799/functions/raise.html
* - sigaction
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaction.html
* - sigaddset
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaddset.html
* - sigaltstack
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/functions/sigaltstack.html
* - sigdelset
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/functions/sigdelset.html
* - sigemptyset
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/functions/sigemptyset.html
* - sigfillset
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/functions/sigfillset.html
* - signal
- |check|
- 7.14.1.1
- https://pubs.opengroup.org/onlinepubs/9699919799/functions/signal.html
* - sigprocmask
- |check|
-
- https://pubs.opengroup.org/onlinepubs/9699919799/functions/sigprocmask.html
|