Commit a325db9
* utils.c: include <signal.h> for siginfo_t
POSIX says:
> The <signal.h> header shall define the siginfo_t type as a structure
So <sys/wait.h> is not enough to see the definition (not just a forward
declaration) of siginfo_t.
* NEWS entry
* Amend NEWS
* more robustly define _POSIX_C_SOURCE (h/t Hugh)
* tidy up NEWS
* -D_POSIX_C_SOURCE=200809L in gitlab CI job for regression test
* revert gitlab-ci change
---------
Co-authored-by: Michael Chirico <[email protected]>
Co-authored-by: Michael Chirico <[email protected]>
1 parent 11a9435 commit a325db9
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
0 commit comments