X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fglobals.c;h=916cd1ff8478ec93782d4ff9e8f269de22465d37;hb=5e1fcdac979db9a6aebe69531229355def8c0f90;hp=b55aecd153d0ac2f81a9844c6b0ab0cf290ede35;hpb=e365f2f7a9c66d307b48fee70778f4eaa84bdcc0;p=sbcl.git diff --git a/src/runtime/globals.c b/src/runtime/globals.c index b55aecd..916cd1f 100644 --- a/src/runtime/globals.c +++ b/src/runtime/globals.c @@ -17,8 +17,8 @@ #include #include -#include "runtime.h" #include "sbcl.h" +#include "runtime.h" #include "globals.h" #include "validate.h" @@ -41,6 +41,11 @@ lispobj *dynamic_space_free_pointer; lispobj *current_auto_gc_trigger; #endif +#ifdef LISP_FEATURE_SB_THREAD +pid_t parent_pid; +boolean stop_the_world=0; +#endif + /* For copying GCs, this points to the start of the dynamic space * currently in use (that will become the from_space when the next GC * is done). For the GENCGC, it always points to DYNAMIC_SPACE_START. */