lwip server with !NO_SYS init
This commit is contained in:
@@ -26,7 +26,7 @@ int spawn(struct Session* session, int fd, ipc_read_fn ipc_read, ipc_fsize_fn ip
|
||||
return ret;
|
||||
}
|
||||
|
||||
int thread(void* entry, char* name, char** argv)
|
||||
int thread(void* entry, const char* name, char** argv)
|
||||
{
|
||||
return syscall(SYSCALL_THREAD, (uintptr_t)entry, (uintptr_t)name, (uintptr_t)argv, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user