Fix compilation warnings.
[bertos.git] / bertos / net / lwip / src / arch / sys_arch.c
index 61d91dc36a06debefec2775fb3870ee204e168fb..4ef9d08ce195f787cd98b9fa929636558790fe21 100644 (file)
@@ -348,7 +348,7 @@ static cpu_stack_t thread_stack[MAX_THREAD_CNT]
 static int last_stack;
 #endif
 
-sys_thread_t sys_thread_new(char *name, void (* thread)(void *arg),
+sys_thread_t sys_thread_new(const char *name, void (* thread)(void *arg),
                                void *arg, int stacksize, int prio)
 {
        ThreadNode *thread_node;