diff options
Diffstat (limited to 'kern/thread.h')
-rw-r--r-- | kern/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/thread.h b/kern/thread.h index 03522da9..3959dfce 100644 --- a/kern/thread.h +++ b/kern/thread.h @@ -318,6 +318,7 @@ extern kern_return_t thread_assign( processor_set_t new_pset); extern kern_return_t thread_assign_default( thread_t thread); +extern void stack_collect(void); #endif /* |