0.9.6.42:
[sbcl.git] / src / runtime / validate.h
index ed09ac3..05f58e8 100644 (file)
@@ -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