X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Finterrupt.h;h=05c6638680a53f05ede961a100abff25be25249e;hb=371577a214ce2659c271279ad48e4c42e1c0c93e;hp=93a53876cbef3f14dc516d75cb2f977ac2afa3bb;hpb=ce73c961ea089afea8ec523e1a5556c27d1aa6d2;p=sbcl.git diff --git a/src/runtime/interrupt.h b/src/runtime/interrupt.h index 93a5387..05c6638 100644 --- a/src/runtime/interrupt.h +++ b/src/runtime/interrupt.h @@ -166,4 +166,9 @@ extern void lisp_memory_fault_error(os_context_t *context, os_vm_address_t addr); #endif +#include "thread.h" + +extern void lower_thread_control_stack_guard_page(struct thread *th); +extern void reset_thread_control_stack_guard_page(struct thread *th); + #endif