0.9.2.7:
[sbcl.git] / src / runtime / validate.h
index d0a1a8c..1037f2f 100644 (file)
@@ -42,8 +42,9 @@
 #endif
 
 extern void validate(void);
-extern void protect_control_stack_guard_page(pid_t t_id, int protect_p);
-extern void protect_control_stack_return_guard_page(pid_t t_id, int protect_p);
+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,
+                                                    int protect_p);
 extern os_vm_address_t undefined_alien_address;
 #endif