Fix compilation warnings.
[bertos.git] / bertos / net / lwip / src / include / lwip / sys.h
index 0cc84ddf1d13ae07ff90931d6231c74ef3eb0cfe..93bbb53f5965cc616c5b90b1d4b6f8be8343cc38 100644 (file)
@@ -136,7 +136,7 @@ void sys_mbox_free(sys_mbox_t mbox);
 void sys_mbox_fetch(sys_mbox_t mbox, void **msg);
 
 /* Thread functions. */
-sys_thread_t sys_thread_new(char *name, void (* thread)(void *arg), void *arg, int stacksize, int prio);
+sys_thread_t sys_thread_new(const char *name, void (* thread)(void *arg), void *arg, int stacksize, int prio);
 
 #endif /* NO_SYS */