Carl S. Shapiro pushed to branch issue-122-gnu-source at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/Linux-os.c
    ... ... @@ -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>