X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fvalidate.h;h=26f46704a5a681947e69ab542d55fbbbede0c53b;hb=8e9908b6f79b7bb52a281cfcbf0712d4b914f3cf;hp=6674313081dcdfb7b1a81c62c573643febfe3012;hpb=8939690edb6e57cb735177f446b731c066e9a8fd;p=sbcl.git diff --git a/src/runtime/validate.h b/src/runtime/validate.h index 6674313..26f4670 100644 --- a/src/runtime/validate.h +++ b/src/runtime/validate.h @@ -51,6 +51,8 @@ extern void validate(void); extern void protect_control_stack_guard_page(int protect_p); extern void protect_control_stack_return_guard_page(int protect_p); +extern void protect_control_stack_guard_page_thread(int protect_p, struct thread *th); +extern void protect_control_stack_return_guard_page_thread(int protect_p, struct thread* th); extern os_vm_address_t undefined_alien_address; #endif