X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=kernel%2Fcore%2Fthread.cc;fp=kernel%2Fcore%2Fthread.cc;h=3358f0fb52f7ce36356dc2cd4088b76083789947;hp=80451c0f8a3c5e5157a64c68b24fd9d62750f663;hb=c6ddc76fd9c1c143ce72f52545e210de858c363d;hpb=9b36e0babf885409bdfc643184f14a5300294859 diff --git a/kernel/core/thread.cc b/kernel/core/thread.cc index 80451c0..3358f0f 100644 --- a/kernel/core/thread.cc +++ b/kernel/core/thread.cc @@ -245,7 +245,7 @@ namespace Threads { } Thread *Sched::new_thread(thread_func func, void *arg1, - void *arg2, char *name) + void *arg2, const char *name) { // Allocate a page for the thread's stack, and stick the thread // struct at the top of the stack. It's placed at the top rather