diff options
Diffstat (limited to 'kern/thread.c')
-rw-r--r-- | kern/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.c b/kern/thread.c index 06825bff..db290f7e 100644 --- a/kern/thread.c +++ b/kern/thread.c @@ -2403,7 +2403,7 @@ void stack_finalize( * *maxusagep must be initialized by the caller. */ -void stack_statistics( +static void stack_statistics( natural_t *totalp, vm_size_t *maxusagep) { |