Carl S. Shapiro pushed to branch issue-122-gnu-source at cmucl / cmucl
Commits:
-
d31ab04c
by Carl S. Shapiro at 2022-06-26T21:39:23+00:00
1 changed file:
Changes:
... | ... | @@ -17,8 +17,8 @@ |
17 | 17 | *
|
18 | 18 | */
|
19 | 19 | |
20 | -#define _GNU_SOURCE
|
|
21 | -#include <signal.h> /* for reg_* constants in uc_mcontext.gregs */
|
|
20 | +#define _GNU_SOURCE /* for reg_* constants in uc_mcontext.gregs */
|
|
21 | +#include <signal.h>
|
|
22 | 22 | #include <stdio.h>
|
23 | 23 | #include <sys/param.h>
|
24 | 24 | #include <sys/file.h>
|