]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - kernel/include/kern/sched.h
GCC 4.2.1 fixes, plus a couple library functions.
[polintos/scott/priv.git] / kernel / include / kern / sched.h
index 4d743382ee23ba91b6916f136df859eb54b4441b..692162103b1979e6fd8bf37a905db8bfdfd056ec 100644 (file)
@@ -82,7 +82,7 @@ namespace Threads {
                typedef void (*thread_func)(void *arg1, void *arg2);
        
                Thread *new_thread(thread_func func, void *arg1, void *arg2 = NULL,
-                                  char *name = NULL);
+                                  const char *name = NULL);
                void schedule();
                void sched_new_thread();