syscall: Fix typo error in cvs and header file

and reoder the entry in cvs file

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-05-07 10:31:05 -06:00
committed by patacongo
parent 2c0381da87
commit a2d924eea4
33 changed files with 439 additions and 408 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
int task_spawn(FAR pid_t *pid, FAR const char *name, main_t entry,
FAR const posix_spawn_file_actions_t *file_actions,
FAR const posix_spawnattr_t *attr,
FAR char *const argv[], FAR char *const envp[])
FAR char * const argv[], FAR char * const envp[])
{
struct spawn_syscall_parms_s parms;