diff options
Diffstat (limited to 'kern/thread.c')
-rw-r--r-- | kern/thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/thread.c b/kern/thread.c index a656c076..69d24eaa 100644 --- a/kern/thread.c +++ b/kern/thread.c @@ -1712,6 +1712,7 @@ thread_start( thread_t kernel_thread( task_t task, + const char * name, continuation_t start, void * arg) { |