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 Update src/lisp/Linux-os.c - - - - -
1 changed file:
- src/lisp/Linux-os.c
Changes:
===================================== src/lisp/Linux-os.c ===================================== @@ -17,8 +17,8 @@ * */
-#define _GNU_SOURCE -#include <signal.h> /* for reg_* constants in uc_mcontext.gregs */ +#define _GNU_SOURCE /* for reg_* constants in uc_mcontext.gregs */ +#include <signal.h> #include <stdio.h> #include <sys/param.h> #include <sys/file.h>
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d31ab04c93ea31a452f6d5d6...