Commit 0f19d0f
committed
Remove long-dead support for platforms without sig_atomic_t.
C89 requires <signal.h> to define sig_atomic_t, and there is no evidence
in the buildfarm that any supported platforms don't comply. Remove the
configure test to stop wasting build cycles on a purely historical issue.
(Once upon a time, we cared about supporting C89-compliant compilers on
machines with pre-C89 system headers, but that use-case has been dead for
quite a few years.)
I have some other fixes planned in this area, but let's start with this
to see if the buildfarm produces any surprising results.1 parent 794e255 commit 0f19d0f
File tree
5 files changed
+0
-29
lines changed- src/include
5 files changed
+0
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14151 | 14151 | | |
14152 | 14152 | | |
14153 | 14153 | | |
14154 | | - | |
14155 | | - | |
14156 | | - | |
14157 | | - | |
14158 | | - | |
14159 | | - | |
14160 | | - | |
14161 | | - | |
14162 | | - | |
14163 | | - | |
14164 | | - | |
14165 | | - | |
14166 | | - | |
14167 | | - | |
14168 | 14154 | | |
14169 | 14155 | | |
14170 | 14156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1831 | 1831 | | |
1832 | 1832 | | |
1833 | 1833 | | |
1834 | | - | |
1835 | | - | |
1836 | | - | |
1837 | | - | |
1838 | 1834 | | |
1839 | 1835 | | |
1840 | 1836 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | 337 | | |
343 | 338 | | |
344 | 339 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | 452 | | |
456 | 453 | | |
457 | 454 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | 325 | | |
329 | 326 | | |
330 | 327 | | |
| |||
0 commit comments