[smart] Updated the API for kernel access to user address issues and for calculating string length (#8058)

This commit is contained in:
zmq810150896
2023-09-23 14:06:00 +08:00
committed by GitHub
parent b826afe8f9
commit dc84765823
4 changed files with 1013 additions and 234 deletions

View File

@@ -167,7 +167,6 @@ void lwp_tid_put(int tid);
rt_thread_t lwp_tid_get_thread(int tid);
void lwp_tid_set_thread(int tid, rt_thread_t thread);
size_t lwp_user_strlen(const char *s, int *err);
int lwp_execve(char *filename, int debug, int argc, char **argv, char **envp);
/*create by lwp_setsid.c*/