X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fcore%2Fthread.cc;h=3358f0fb52f7ce36356dc2cd4088b76083789947;hb=188a395421d2ed7038735d0e3cac37255cf45755;hp=80451c0f8a3c5e5157a64c68b24fd9d62750f663;hpb=1ac390fe1e18444008857b056c947710be9621a8;p=polintos%2Fscott%2Fpriv.git 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