X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fvalidate.h;h=11cee1a976d857f243ae321e95bb72211ef2f751;hb=94ea2b2082deaa0331dfb66fa6af6ca12dd8dc83;hp=1037f2fa758191255535bdbd8afa655548cd8862;hpb=a6831e56ae6c27cab9b5efe157d087e261447d72;p=sbcl.git diff --git a/src/runtime/validate.h b/src/runtime/validate.h index 1037f2f..11cee1a 100644 --- a/src/runtime/validate.h +++ b/src/runtime/validate.h @@ -42,8 +42,8 @@ #endif extern void validate(void); -extern void protect_control_stack_guard_page(os_thread_t t_id, int protect_p); -extern void protect_control_stack_return_guard_page(os_thread_t t_id, +extern void protect_control_stack_guard_page(struct thread *th, int protect_p); +extern void protect_control_stack_return_guard_page(struct thread *th, int protect_p); extern os_vm_address_t undefined_alien_address; #endif