Commit 20e25d1
* 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 0125d49 commit 20e25d1
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
0 commit comments