X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fvalidate.h;h=11cee1a976d857f243ae321e95bb72211ef2f751;hb=3fe0010d2777b41e01ea9b4a0f894cfa40f7df1b;hp=1037f2fa758191255535bdbd8afa655548cd8862;hpb=d8e682fdfb7e8ba067e15aea0f3d1f8d37ca9eb1;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