X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fvalidate.h;h=2a963a05ea1f95e7dc8d9ce0889b1a9b5d3cf714;hb=93c941d86b264637de20aa1b713757b704d4c1a6;hp=61a1d514610a65ddfaef633b78c5d129bbf6c2a5;hpb=dc5e3163fe667e2629c7769aa8cf2e501eeeefa6;p=sbcl.git diff --git a/src/runtime/validate.h b/src/runtime/validate.h index 61a1d51..2a963a0 100644 --- a/src/runtime/validate.h +++ b/src/runtime/validate.h @@ -27,6 +27,7 @@ #if !defined(LANGUAGE_ASSEMBLY) extern void validate(void); +extern void protect_control_stack_guard_page(int protect_p); #endif /* note for anyone trying to port an architecture's support files