[Git][cmucl/cmucl][issue-122-gnu-source] Update src/lisp/Linux-os.c
Carl S. Shapiro (@cshapiro)
gitlab at common-lisp.net
Sun Jun 26 21:39:28 UTC 2022
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/d31ab04c93ea31a452f6d5d65fcce700745096c4
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d31ab04c93ea31a452f6d5d65fcce700745096c4
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20220626/a3b85797/attachment.html>
More information about the cmucl-cvs
mailing list