X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fvalidate.h;h=05f58e8c7940d5748872f48909e6c126a51feee5;hb=e4542bc034db18cf98f005b2dac53a6d7d5c7260;hp=ed09ac33e7300fdf119beea066f7cc1dbe92c407;hpb=426bde0954ef91387b8ab0d4528fad9ec02fa24c;p=sbcl.git diff --git a/src/runtime/validate.h b/src/runtime/validate.h index ed09ac3..05f58e8 100644 --- a/src/runtime/validate.h +++ b/src/runtime/validate.h @@ -49,9 +49,8 @@ #endif extern void validate(void); -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 void protect_control_stack_guard_page(int protect_p); +extern void protect_control_stack_return_guard_page(int protect_p); extern os_vm_address_t undefined_alien_address; #endif